I want to put the same file in multiple users' OneDrive. I have connections setup for each of the users and I'm looking for some way to create a single flow that performs the same steps for each connection.
Is there some way to programmatically set the connection to be used for a particular step? In the first iteration of the loop I would want to use connection1, in the second iteration I would want to use connection 2, etc.
Thank you!