Hello to all of you,
i have different flows that "Respond to a powerapp or flow" with a boolean "success".
In the App i use:
Set(flowstatus,FlowToRun.Run())
If(flowstatus.success, XXX, YYY)
For some flows that works fine, for others it gives an json-parsing error: expected boolean got string.
In the flow the return variable is declared as boolean and the value is set with expression "true"
I can not figure out, why it sometimes wroks and sometimes not.



The flow runs fine. But just the comparison of the return value failes.
Any help is welcome.