Hi,
I am using GetItems to get records from a Sharepoint List and then using Apply for Each to loop through the records. My observation is that the Flow gets stuck up in Apply for Each and takes 30 mins for looping through 150 records.
Any help is appreciated for improving the performance of the Flow
Solved! Go to Solution.
Hi @RakeshSarangi,
If you have too many requests come at the same time, this situation might appear. Please try to add a Delay action to this flow to test if this could help.
Regards,
Mona
Hi @RakeshSarangi,
If you have too many requests come at the same time, this situation might appear. Please try to add a Delay action to this flow to test if this could help.
Regards,
Mona
Hi,
I am also experiencing a significant slowdown when my flows hit apply to each to loop through records from Get Items. Where does the Delay action get added in?
Thank you
You can perform GetItems on 10,000 items in 4 seconds and update all 10,000 items in ❤️ minutes
using Fusion from No-Code Solution.
The Fusion job can be initiated from Flow and you can pass in parameters including Site URL and List name.
Also Fusion automatically persists the version number and the values in Modified, ModifiedBy
Flow takes 1 hour and 10 minutes to complete the same action with maximum paralelims enabled.
- And Flow generates a new version and overwrites Modified & ModifiedBy.
Quite and extension to Flow I think 🙂
User | Count |
---|---|
37 | |
28 | |
19 | |
18 | |
11 |
User | Count |
---|---|
31 | |
24 | |
16 | |
15 | |
13 |