Stumbled on a weird bug today with
Studio scripting where my branching logic fails.
My script uses ASSIGN to set a variable from a REST call, then IF to check if it exists. The IF action evaluates to false even when the variable has a value, causing the flow to skip the intended branch. This happens in the European data center.
Here is the snippet:
ASSIGN: Set ‘api_result’ to GetRESTProxy output
IF: Check if ‘api_result’ != null
The JSON payload from the API is valid. Is there a specific syntax for checking nulls in Studio IF actions?