I'm encountering a throttling error in my Power Automate flow when inserting rows into a Google Sheet. The error message is:
Alert: Your operation has been throttled.
Looks like your flow's operation is hitting an action limit designed to protect the connector service being called.
Flow Structure
-
Trigger: Recurrence
-
Step 1: Run a Query Against a dataset (0.6 sec)
-
Step 2: Parse JSON (0 s)
-
Step 3: Apply to Each (Iterates over 545 items)
-
Action: Insert row into Google Sheets
-
Error Code: 429 (Throttling)
-
Duration: ~10 minutes before failure
-
What I’ve Tried
-
Verified that the loop is inserting rows one-by-one, which likely exceeds the rate limit.
-
The error message suggests the connector is being protected from overload.

Report
All responses (
Answers (