mikejandreau Posted January 7, 2019 Posted January 7, 2019 Part of the workflow I'm building has two Script Filters back to back, which store info input by the user as part of the flow. The issue is that the {query} from the first is maintained in the input window of the second, meaning the user has to manually delete it before inputting their selection for the second Script Filter. Here's a video of it happening: http://take.ms/uwlBk How can I stop this from happening so the "Ticket ID" input isn't pre-filled with whatever was input in the first Script Filter?
deanishe Posted January 7, 2019 Posted January 7, 2019 You probably need to put an Args & Vars downstream your Script Filter to zero out the query. If you need any more help than that, please upload the workflow somewhere and post a link to it. Screenshots and videos are of very limited use indeed.
mikejandreau Posted January 7, 2019 Author Posted January 7, 2019 Sorry, I missed the pinned topic there. Here's the workflow: https://www.dropbox.com/s/4wj5q271p7gw5f2/App Assessment.alfredworkflow?dl=0 The bit I'm having a problem with is between "emailaddress" and "ticketid". The version number of: Alfred 3.7.1 macOS 10.14.1 The version of any non-system language you're using (e.g. nodejs) - N/A The version of any non-system programs you're using (e.g. ffmpeg or youtube-dl) if they aren't bundled in your workflow N/A Any changes you've made to your macOS environment (e.g. via launchctl setenv) or the language you're using (e.g. via Python's usercustomize.py or sitecustomize.py files) -- None.
vitor Posted January 7, 2019 Posted January 7, 2019 (edited) @mikejandreau Do what @deanishe said: 44 minutes ago, deanishe said: put an Args & Vars downstream your Script Filter to zero out the query. Meaning, put an Argument and Variables Utility node between emailaddress and ticket, and make sure Argument is empty. Edited January 7, 2019 by vitor mikejandreau 1
mikejandreau Posted January 7, 2019 Author Posted January 7, 2019 That worked. Thanks for the help, folks!
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