Jump to content

Solved: Conditional for checking if the query is empty


Recommended Posts

Posted (edited)

Hi, I can't quite figure out, how to check and conditionally move on.

 

Depending on that, one or the other URL should be opened:

//pseudo code
if {query} is empty {
  open URL #1
}
elseif {
  open URL #2
}

 

my workflow

 

But I'm confused with the setup of the conditional:

image.thumb.png.327c4f60227073b4439b7be154b9f997.png

Edited by Tobi from Munich
  • Tobi from Munich changed the title to Solved: Conditional for checking if the query is empty

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...