If Contains logic | Community
Skip to main content
Answered

If Contains logic


Is there a way to enter a string of characters in the If Contains statement?  I want a string of zip codes so it would look something like:

If Text input contains “83701,  83702,  83703,  83704,  83705” Then Go to

I tried spaces and commas.  I sure hope that I don’t have to enter hundreds of single statements….😨

Best answer by john.desborough

@bfackrell - nope… you have to build the logic rules like this by adding conditions to the logic rule

  • if text input = 83701 OR text input = 83702 OR text input = ….. etc go q#

des

View original

2 replies

john.desborough
Forum|alt.badge.img+6
  • Certified Partner & Champion
  • 5307 replies
  • Answer
  • February 18, 2024

@bfackrell - nope… you have to build the logic rules like this by adding conditions to the logic rule

  • if text input = 83701 OR text input = 83702 OR text input = ….. etc go q#

des


  • Author
  • Explorer
  • 1 reply
  • February 18, 2024
john.desborough wrote:

@bfackrell - nope… you have to build the logic rules like this by adding conditions to the logic rule

  • if text input = 83701 OR text input = 83702 OR text input = ….. etc go q#

des

That’s a nightmare...This place is starting to feel a lot like JotForm.  I’m looking for a better solution after years of frustration over there.  It look like this is not it...