Logic
Logic action and trigger components.
Actions
Action components allow you to perform operations on the app.
Convert to Yes/No
Converts the input to Yes or No.
AND
The output will be Yes if both inputs are Yes or equivalent to Yes. Otherwise it will be No.
NOT
Inverts the input value. If the input is equivalent to Yes, the output will be No. Otherwise, it will be Yes.
OR
The output will be Yes if at least one of the inputs is Yes or equivalent to Yes. Otherwise it will be No.
XOR
The output will be Yes if exactly one of the inputs is Yes or equivalent to Yes. Otherwise it will be No.