Hi,
I suppose this is a basic action but I can't figure out how to do this….
I have a column in a Google Sheet that is a checkbox. Depending on the status (checked or not), I want to assign a value to a variable that I want to use in a later step in the zap. Something like:
if (option == true) {label = "LEFT”} else {label = “RIGHT”}
And then use the value of 'label’ further in the zap.
How do I do this?
Thanks,
André