Answered

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

  • 15 July 2023
  • 1 reply
  • 48 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! 

icon

Best answer by Liz 17 July 2023, 16:17

View original

1 reply

Userlevel 7
Badge +5

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