Hi there,
I'm in need of checking for the existence of a variable on another FSM, and it turns out I can't figure a way to do that because I can't find any action that does that, or another action that returns a failure event when the variable doesn't exist.
I also can't find any custom action on the Ecosystem. I know I'm weird, but surely this shouldn't be such an exotic thing...?

My problem is that I can't just "get+check if null", because I'm looking for a boolean and they come as false by default. And what I need is to know if the variable exists at all.
Somebody has a suggestion to achieve this?
Thanks.