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.
Do you have a link - it’ll probably be easier to double check your structure.
You don’t need to add a constraint to the search. I meant the field needs to be in the expression: “Search for Accepted Zip Codes’s Zip Code contains Input Type your zip code’s value”
Wow, thanks for this. I struggled with this for the last 24 hours and finally figured out. Just a warning to a future me out there: the devil is in the details. When Romanmg says
I was getting stuck trying fill in the part 's Zip Code on the 2nd window (the search the database window). That action should be done on that first pop-up window.