Hi everyone,
I’m reaching out for help as I’ve hit a wall with my flow and I’m running out of ideas.
Flow Description:
My flow retrieves data from an Excel file, filters it, generates an authorization token, and then creates records in an external application via API (POST method).
The Problem:
The flow was running stably for the first 100+ records. However, it started failing on the last 10 items (please see the attached screenshot for error details). What's strange is:
-
The error occurs randomly across different HTTP actions (sometimes during token generation, other times during the actual POST request).
-
The flow logic seems correct, as the vast majority of records were processed successfully using the exact same schema.
-
I’ve already tried adding a 5-minute delay before each HTTP action inside the "Apply to each" loop, but unfortunately, it didn't solve the issue.
I would really appreciate any suggestions on what might be causing this or how to debug it further. Thanks in advance!

Report
All responses (
Answers (