anler Posted May 4, 2013 Posted May 4, 2013 I'm trying to create a workflow where its input is a Script Filter and a required argument. When trying to use the workflow, as soon as I try to enter to argument, a web search workflow is triggered and the original workflow is ignored:
Tyler Eich Posted May 4, 2013 Posted May 4, 2013 I'm trying to create a workflow where its input is a Script Filter and a required argument. When trying to use the workflow, as soon as I try to enter to argument, a web search workflow is triggered and the original workflow is ignored: 'Hello' is not a valid return value. For Alfred to understand the feedback, you must put it into XML format. See this post for details. Cheers
jdfwarrior Posted May 4, 2013 Posted May 4, 2013 I'm trying to create a workflow where its input is a Script Filter and a required argument. When trying to use the workflow, as soon as I try to enter to argument, a web search workflow is triggered and the original workflow is ignored: 'Hello' is not a valid return value. For Alfred to understand the feedback, you must put it into XML format. See this post for details. Cheers To expand on what Tyler said a bit, script filters are used to take input (or just run a script) and generate XML that is shown as results in the main Alfred result list. These would appear identically to how you would see any other search result in Alfred. If that is what you are looking to do then, just as Tyler suggested, check out the linked post to see the XML format for generating results. Also, depending on the language that you would be creating the script in, check out this post that may provide a library for quickly and easily creating the XML feedback and performing many other tasks. Since this isn't an actual bug, I'm going to move this thread over to the Help forum. Thanks
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