Hello, I need your architectural support for a Power Automate Cloud workflow.
The workflow queries a user list with attributes via HTTP. In a for each loop, the group membership is queried, also via HTTP, for each user.
My challenge is the for each groups loop. When I work with the Compose Action here, I cannot query the content from the loop. When used with variables, the flow works, but it runs for a very long time.
Can you please give me some tips on how to parallelize this process?
Thank you for your support.