Hello Everyone.
I have a question related to a workflow I am working on.
This is an app where the user input two fields, based on which the workflow runs.
The input that user gives, can belong to one of the five categories and based on that input, the result comes from that specific part of the workflow.
Now, the challenge that I am having is that, even when the user inputs a number from category 1, remaining 4 categories still run with no data, in turn slowing down the entire workflow.
Is there a way for me to run just one part of the workflow, based on the user input?
Thanks so much for your assistance with this.