Original thread - Flow Performance - What is considered an "action"? - Power Platform Community (microsoft.com)
Hello,
I am having issues with my flows hanging during a do-until loop.
When my flow runs properly it takes about 4-6 minutes to fully execute and the loop normally runs about 130 times. This loop is parsing a text file and converting it to a JSON file.
Many times I am able to get the flow to complete but then after a few successful iterations, it will start hanging and fail, or it will complete but not actually run the proper number of loops. I have set a timeout in the loop as well as a max count. The loop timer appears to not properly trigger and fail the run as I would expect.
Since this has been going on I am also getting an error "Your flow's performance was slow between 1/20/2021 9:29:08 AM and 1/22/2021 3:32:24 PM. It is currently performing normally. Please verify that your flow is optimized and is not using more actions or data than necessary. Learn more" and I am not sure what counts as an action.
Is it a step in the flow?
Is it possible that a step has multiple actions if it is a formulation like substrings or other string manipulations?
Thanks for the help,
-Kurt