Hello All, I've create flow which is triggered when someone create file on OneDrive - then this item is moved to SharePoint list - and that's it. Problem is when user copy more than 20files to OneDrive, then my flow is starting less then 20times. Example: User create 40files in OneDrive, but my flow start only 22times. Could You help me where is the problem? Rergards.
Solved! Go to Solution.
Hi @DamianF,
You could check this document to know how trigger run:
Schema reference for trigger and action types - Azure Logic Apps | Microsoft Docs
The one drive is a kind of ApiConnectionWebhook, it works like HTTP Webhook but uses a Microsoft-managed API.
I assume that there are too many files uploaded in OneDrive at the same time cause the trigger sometimes not work.
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @DamianF,
You could check this document to know how trigger run:
Schema reference for trigger and action types - Azure Logic Apps | Microsoft Docs
The one drive is a kind of ApiConnectionWebhook, it works like HTTP Webhook but uses a Microsoft-managed API.
I assume that there are too many files uploaded in OneDrive at the same time cause the trigger sometimes not work.
Best Regards,
Community Support Team _ Lin Tu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
6 | |
6 | |
4 | |
3 | |
2 |
User | Count |
---|---|
8 | |
7 | |
4 | |
4 | |
4 |