Hello! I’m trying to have different work flows trigger when a user inputted zip code is referenced against pre-loaded data. If a user enters a zip code that matches a value in my database, I want the page to advance once they press submit. If the zip code does not match my database, I want a piece of text to pop up after they press submit.
I have loaded my valid zip codes in the data section. Where I am stumped is with writing the conditional “only when” statement on the work flow for the button. I am starting with, "Search for Accepted Zip Codes [my data file] contains Input Type your zip code’s value… but I am getting an error.
Any help would be greatly appreciate! Thank you!