Skip to Main Content
Nintex Ideas

đź‘‹ Use this site to provide feedback and ideas for all Nintex Products. See our post on Nintex Community "Welcome to Nintex Ideas" for more details on Nintex Ideas, how an idea is handled by our product teams and more!


If you have questions about Nintex Ideas, please contact ideas@nintex.com

If you require support, please visit Nintex Customer Central

If you have a sales inquiry, please contact sales@nintex.com

Categories Workflow Designer
Created by Paul Lamping
Created on Sep 6, 2024

When loop through Get Nintex Groups, allow Insert of whole Group object

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.

  • Attach files