So I built a flow with a "Response" sending data back to my app on the main/linear path. It's the one named "Response." I then wanted to use the action to send a different response back if it takes a different path that's the one "Delete - Response - copy new schema" and then terminate the flow if this is the path it takes. When I run my glow the actions all trigger document status is checked, items deleted etc.
But the "Delete - Response - copy new schema" does not send data back into my PowerApp canvas. I always get back a varStatusCode = blank on this branch. The only way I've been able to get it to work is to only have the main "Response" send the data back.
This is not the optimal way I want to run this because the "Get updated item" will fail when the "Delete" branch runs. And I know I can tell it run on skip, fail etc. But I rather not. Is there a work around for this?