The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
I need to run the same desktop flow in parallel for two separate users in the same environment... how can we achieve this?
Example: Desktop flow 'TestFlow' is packaged into a solution and the solution is imported by User A and User B in the sam environment. 'TestFlow' is an attended automation which is triggered by a MS Teams message. If User A triggers the automation and 'TestFlow' begins processing items from the work queue. How can we develop the solution to allow User B to trigger the automation and call the 'TestFlow' to work items from the same work queue concurently?
Solved! Go to Solution.
Hi @jbreunig ,
According to your description, I think you first need to make sure that two users have run privileges for this dekstop flow and have machine run time from different computers connected to the accounts of these two users, and then you can consider trying to use the API call desktop flow run triggers either in the cloud flow or in the API call's code. The logic and parallel order of the run triggers can be written in your code:
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @jbreunig ,
According to your description, I think you first need to make sure that two users have run privileges for this dekstop flow and have machine run time from different computers connected to the accounts of these two users, and then you can consider trying to use the API call desktop flow run triggers either in the cloud flow or in the API call's code. The logic and parallel order of the run triggers can be written in your code:
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
70 | |
67 | |
62 | |
48 | |
28 |
User | Count |
---|---|
113 | |
77 | |
65 | |
55 | |
43 |