how to iterate and provide value in user ? I tried
{{read_user_role_approver[].id}} , {{steps.read_user_role_approver[].id}} it giving me syntax error.
this is working {{read_user_role_approver[0].id}}.
is there any way I can do this ?
Best way I can think of and works nicely, is to add another flow and send your read data payload to.
This way it will automatically iterate through your items and call a flow for each item.