I have workflows that run action Get Groups in Tenant and starts a loop for each group.
Before the loop, I can display the text of the whole Groups object. It displays as a JSON-type text.
["{\"users\":[{\"isMember\":true,\"id\":\"auth0 …
But while inside the loop, I cannot display the individual Group object. In actions where I want to use it, such as Query JSON, it does not give me the Insert button on the whole Group, but rather I can only Insert the individual elements (Id, isMember, etc)
If I could have it display & use that individual Group object, and have it nicely formatted for JSON (none of those escaped quotes), then I can easily use a JSONPath expression to extract the data I want, without having to loop through the Users collection separately.