If (something is empty) then {hide something else}?

Is there some way to check for the condition of a json value pulled in using API Explorer? Specifically, I would like to check if something is empty and then hide a group if it is. I looked through all the conditions in the triggers and there doesn’t seem to be an is_empty condition.

image

You could bind the input to a global variable and then on the global variables create a condition to say if input is empty then hide the group.

for me it works by just selecting “Equals” and leaving the field to check blank

4 Likes

2 Likes