Re: Slow performance in Get attachments and Apply to each after turning pagination on for another flow
Hi @gabrielalu ,
According to your statement, seems your flows touch SharePoint connector throttling limits already.
For SharePoint part, it can only afford 600 calls and 1000 megabytes each 60 seconds, per connection. When your scheduled flow is started to update the 1000 items in SharePoint list, it will queued up calls from other flows.
Please refer to this document for details: SharePoint - Connectors | Microsoft Learn
Other than SharePoint limits, your license may have limits for total actions each day. If a cloud flow exceeds one of the limits, activity for the flow will be slowed and will automatically resume when the sliding window has activity below the limit.
Please refer to "Throughput limits" part for details: Limits and configuration - Power Automate | Microsoft Learn
Throttling limits of connector cannot be changed, you may need to modified your flows/Sharepoint list to adapt to it.
As for performance profile, you can escalate your license level to get higher throughput limits.
Refer to this link for detailed resolution: Troubleshooting Slow Running Flows - Microsoft Support
Best regards,
Wenjuan Zou