
Announcements
I have a Collection with a records count between 250 to 1000 based on the user selection using the checkbox in the power apps
Gallery
If the user selection is more than 250 records, ex: 250-500 I want to make 2 Power automate calls with the first 250 records and the second 250 records If the user selection is 500-750 I want to make 3 calls, etc...
Can we do the Run Power Automate using the dynamic loop?
Any suggestion or recommendation for the requirement?
Thanks in Advance
Tarun
It is possible to use the FirstN() function to make a subset of a collection and send it to a specific flow. However, all the flows must be connected to the app before runtime for this to work.
Question though: why? One of the strengths of Power Automate is the ability to chew through large workloads in the background and do it with parallel workloads. If we understand your requirement better, we could provide some recommendations.
Bryan