I’m trying to the get single select menu dropdown integrated into a formula.
Essentially I want a 1/0 depending on whether it’s the option I want or not…
This is what I guessed but it’s not working
IF ({DROPDOWNMENU} = “the text I’ve got there”, ‘1’), '0’
IF ({DROPDOWNMENU} = “the text I’ve got there option 2”, ‘1’), '0’
IF ({DROPDOWNMENU} = “the text I’ve got there option 3”, ‘1’), ‘0’
The purpose of this is to be able to launch a specific ZAP based on the form choice a person selects.
Form question might be like "Do you like cats dogs or alligators?"
The zap could then use the formula above to send them an email based on their response when the formula box comes into view with a 1.
Maybe I’m approaching this wrong but advice is appreciated