I have a Power Automate project where I need to fetch all users with 2 particular licenses.
Then deleted a license as well as the corresponding applications.
By using Microsoft Graph.
I started the flow with the following steps:
1. Create an application on Azure
2. Manually trigger the stream
3. Initialize the variables
4.2 HTTP Microsoft Graph requests (one per license) with a filter on the user id and the 2 assigned licenses
My question is: how to merge the 2 HTTP requests, to retrieve the id.s of all users with the 2 licenses?