Hello - I have a number of workflows on one particular text element. Essentially my theoretical thinking is that when I click the text it will run through the workflows until it finds the one that matches the conditions, complete the actions set under the workflow and stop searching for any more.
What I’ve found instead is that it seems to “complete” the list of workflows. My use case is:
- I click the text
- It finds the workflow condition that says “When element is visible do…”
- It completes this action
- It then completes the list of possible workflows, because I’ve now completed my action this means that another condition is complete so it completes this workflow too.
In this attached image the crossed-out workflows do not occur in this use case (as expected), the workflow labelled “1” is the workflow I want to complete (works as expected) however after this, workflow “2” is now completed because the conditional option has been met.
Some help/advise would be appreciated. Thanks.