
Announcements
I am trying to understand why my flow is, for the most part, failing but sometimes its successful.
This is a flow that is triggered from powerapps, the flow returns an array object with a response action. The response action is then supposed to. i was at first thinking it had something to do with the response getting to deliver anything. To make sure i added a compose between and found that a compose is failing, yet it is not the response that fails but rather the flow simply stops flowing for lack of a better word.
I can see that the step has produced the data that i wanted so its successful in the run log.
What could be the reason for this?
stop
Edit:
After a while it moves on but for some reason only one of the branches continues:
what happened to the test?
Update:
Found a possible solution, but i can only speculate why this works. I believe that there is something going wrong on the backside, so putting the data into variables before i use union() seems to have solved the problem for now.: