Hi, our zap trigger is a form with a question that collects a number. Depending on the number, I need to convert it to text. For example:
If the number is 0–200, then produce the word “YES”
If the number is 200+, produce the word “NO”
How would I go about creating this?
Thanks!