Efficient way to add a large number of "is equal to" values for branching/conditional logic? | Community
Skip to main content
Answered

Efficient way to add a large number of "is equal to" values for branching/conditional logic?

  • July 14, 2023
  • 1 reply
  • 61 views

I want to create a form that asks a visitor to provide their zip code to see if my product is available in their metro area. Since our availability is by metro area, I’ve got about 30 zip codes to load in. (I’ve only got one metro area right now, but we will add more.) 

It seems like I have to add “If [zip code] is equal to [#####]” for each individual zip code (using OR logic)… is there another way I can add a large number of values?

Thank you, community! 

Best answer by Liz

Hi @catalin Happy Monday! I hope you had a great weekend. 

You could use the Create API to add in all of these logic jumps faster if you have developer knowledge! Otherwise, I’m afraid that adding them manually is going to be the fastest way. 

View original

1 reply

Liz
Community Team
Forum|alt.badge.img+5
  • Tech Community Advocate
  • 14892 replies
  • Answer
  • July 17, 2023

Hi @catalin Happy Monday! I hope you had a great weekend. 

You could use the Create API to add in all of these logic jumps faster if you have developer knowledge! Otherwise, I’m afraid that adding them manually is going to be the fastest way. 


Reply