Flatten list transform action
Last updated
Was this helpful?
Last updated
Was this helpful?
You are working with a list of users, however the users are nested in a list.
You would like to flatten the list of lists so it ends up as a list of objects.
Flatten a nested List.
Array variable to flatten
The array you would like to flatten
Result of Example: