Flow Designer: Failed to parse integer from action status code: - Why?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2023 01:06 PM
I'm running a Flow with multiple subflows, and when it attempts to hit the 2nd record in a List Collector via For Each action it fails due to this error:
Flow Designer: Failed to parse integer from action status code:
I have used the exact same functionality in other Flows without an issue. The biggest difference is that there is a significant (20+ min) time delay between times the For Each runs. I've created a proof of concept subflow, with no built in delay, and the For Each works as expected.
Has anyone else run into this, and if so, what'd you do to resolve?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2023 05:18 PM
Have you checked logs for the step throwing the error? It may be helpful if you can post more details about what you're trying to accomplish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2023 05:42 AM
That is the message coming directly from the 2nd run of the For Each action.
The Flow is for adding or removing AD groups from a user, and since it takes (no one knows) time for the change to hit all of the domain controllers, I had an hour long wait in the associated subflow between tries.
I've cut that down to 20 min to see if the error stops, but in our environment most requests only involve one-off AD groups.