So I have a button that triggers a workflow - I will have this same button in multiple areas of the app (with the same workflow sequence)
- i tried to make it a reusable element - but as a reusable; it can’t recognize the workflows.
So I thought this might be cool, and am wondering if others could find use for it:
If I have a workflow block - maybe there is a drop-down or an “OR” option - so that I could do something like:
When (Element 1) or (Element 2) or Element 3) is clicked Do…
*This way - I could have 1 workflow block for 3 different buttons in different groups.