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: