Drop-down condition - not empty

Ok so I have a postcode lookup via API that populates a drop-down (show on click search icon).

  1. Works great when lookup is a success (displays the street name in drop-down list). :white_check_mark:

  2. However when no address found (displays a tick and a blank box in drop-down list). :x:

I need it to keep the drop-down box hidden and display a message [oops, can’t find that address, please try again] when 2 is true or empty. :+1:

I’ve tried condition “is empty” and “is not valid” on the button workflow but doesn’t work. Any ideas?

Thanks

This topic was automatically closed after 70 days. New replies are no longer allowed.