garyh Posted May 27, 2016 Share Posted May 27, 2016 Hi! First of all, I love this app so much! I am having a small issue with building a new workflow though. Here is the basic layout: It's a todo app with OmniFocus. This is the workflow: 1) Get a task with the keyword object 2) Set "task" to that string with the Arg and Vars object 3) Use a script filter to list the contexts available in OmniFocus (green script filter) 4) Red filter 1, top branch: if the input is "mac", continue on to the next script filter that asks you to select a project 5) Red filter 2, otherwise, if the input is not "mac", just continue on without a project The problem comes with #4 and #5. I can't seem to get the 2nd script filter to show up when I use the "mac" context unless I have the "Close Alfred After Actioning Result" checkbox clicked after the green script filter. When I do that, though, the bottom path will keep Alfred up selecting a context that isn't "mac". Is there some kind of reverse junction maybe? Or am I missing something easy? Link to comment
deanishe Posted May 27, 2016 Share Posted May 27, 2016 Can you post the actual workflow somewhere? It's rather hard to diagnose issues from a screenshot. Link to comment
deanishe Posted May 29, 2016 Share Posted May 29, 2016 In the lower Filter Utility, you need to remove the @. Your upper filter says "if {query} is equal to 'work'" and the bottom one says "if {query} is not equal to '@work'". As a result, both evaluate to true when you choose "work". Link to comment
garyh Posted May 29, 2016 Author Share Posted May 29, 2016 Ah! Yeah, I might have toggled that when I was messing with it. I removed the @ but the top script filter doesn't seem to be triggering now... Link to comment
deanishe Posted May 31, 2016 Share Posted May 31, 2016 After removing the "@", it appears to work perfectly for me. The project Script Filter comes up after entering "work" as the context. Link to comment
garyh Posted May 31, 2016 Author Share Posted May 31, 2016 huh, I must have edited something else accidentally. Re-downloaded my original version and made the change and it worked fine. Thank you!! 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