Is it possible in a low code app to let the execution of a script depend on a variable of type boolean? We have a use case where a "safe mode" setting should prevent actions from happening when someone triggers them by accident. It would be applicable on multiple components and easy for us to use the same variable for that.
Hi Stijn,
There is currently no such thing as 'conditional actions'. Instead, you could have an input parameter in the script and pass that variable value to it. Then the script can decide what to do based on the input.