
Announcements
Hello Microsoft community,
I am trying to design a solution using Power Automate Cloud flow and Desktop flow. The use case here is that the flow will ingest inputs from users and then save the inputs on a SharePoint library. After that it will trigger a power automate desktop flow to process the data files uploaded by the user.
I am struggling to figure out a way to allow multiple users to run the same process at the same time (multithreading). Imagining 3 users who want to perform the same task how would it be done parallelly across multiple VMs and also avoiding mixing of data files uploaded by users.
Any suggestions or reference will be really helpful.