daas
1
- I have an Input contained inside a larger Group X.
- Clicking on the Input triggers the “Group X is clicked” workflow.
- I want to exclude clicking on the Input from triggering this Group’s workflow.
How to do this?
I cannot disable the input as I need it to accept text.
I think if you wrap the input in a group and add a workflow to that group without any action, it should ignore it.
3 Likes
daas
3
This was simple and it worked, thanks!
1 Like
Hey daas! You could try setting a condition on your ‘Group X is clicked’ workflow to only trigger if Group Y is not visible.
To do this:
-
Go to the workflow where you have the ‘Group X is clicked’ event.
-
Add a condition to this event like: Only when Group Y is not visible.
This way, the workflow will only run when Group Y isn’t showing, and any clicks or typing within the input field in Group X should be ignored since Group Y will already be visible after the first click.
Let me know if this helps
system
Closed
5
This topic was automatically closed after 70 days. New replies are no longer allowed.