Tobi from Munich Posted March 31, 2022 Share Posted March 31, 2022 (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: Edited April 1, 2022 by Tobi from Munich Link to comment
vitor Posted March 31, 2022 Share Posted March 31, 2022 (edited) Leave them in the default: if <empty> is equal to <empty>. Edited March 31, 2022 by vitor Tobi from Munich 1 Link to comment
Tobi from Munich Posted April 1, 2022 Author Share Posted April 1, 2022 12 hours ago, vitor said: Leave them in the default: if <empty> is equal to <empty>. Purrfect, thanks a lot! 🤓 Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now