Hi
I hope someone can help.
I have a flow that is run and have set some error handling to send error text ack to the app.
What I am struggling to do is get the text of that response and store it in a variable in the app after flow runs.
hers is a snip of the flow response;

Here is the code I am struggling with (highlighted). I want to get the error and put it in a variable called varFlowRunStatus, which I will show on the app screen. I will then remove the notify bit).

Using the flowname.run seems to want me to input all the parameters again. Is this the problem? Do I have to reinput all the parameters again? I am worried that using that statement again in Set(0 will run the flow again??
Really appreciate any help.