There has been several topics concerning adjacent questions, but they haven’t been able to answer my specific question:
Is there a way to call a scenario (let’s call it A) from another scenario (scenario B) so that I can retrieve a TRUE or FALSE value from an output of scenario A?
Currently I’m using a Make — Run scenario action in B where I call A. But when I run that action, the only output I get is a status and execution ID.
What would I have to append in scenario A to have a JSON output body for scenario B to use? In this example the preferred scenario would be an output of true when branch OUTPUT 1 is reached, and FALSE when the other branch is run.
I’m using a Core subscription tier so I have access to some additional features if needed.