Jump to content

How to send multiple args via External Trigger?


Recommended Posts

Hi Alfred team, right now we can pass one argument via External Trigger (ET). Any way to pass in multiple args? I think maybe we can pass in all args in a single string and then split them, but that requires work to be done in every single workflow. Any good way to pass in multiple args? Something like: `alfred://runtrigger/com.alfredapp.abc/mysearch/?argument=test&argument2=test2`

 

Please share other ideas/suggestions. An example workflow would be great.

 

 

 

 

 

Edited by andy4222
Link to comment
  • andy4222 changed the title to How to send multiple args via External Trigger?
  • 1 month later...

@andy4222 The way I'd approach this is pass the single argument in the URL as comma or pipe separated, then add a Split Arg object after which can split this into either variables or multiple arguments depending on how you want to use it within the workflow.

Link to comment

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...