Screenshot of Multiple inputs Joined together
Hello all,
I have a conundrum. Pictured above is the start of a workflow that creates a record of how often items have been used by our company as part of our contract renewal process. I've use this workflow atleast 3 times a quarter for different business units; the main pain point with it is that when I need to look up a new category of items, I have to change the same portion of the where clause in each input (they are all SQL queries to our Inventory database).
For the sake of argument (and my sanity) let's assume I can't rewrite the queries to simplify the workflow but want to avoid manually change each where clause each time I open this workflow. How could I accomplish this?
My thoughts:
- Text input -> Dynamic Inputs
- Workflow Constants -> Formula Tool -> Dynamic Inputs
Thanks in advance!