"Group X is clicked" workflow runs when an Input inside Group X is clicked

  1. I have an Input contained inside a larger Group X.
  2. Clicking on the Input triggers the “Group X is clicked” workflow.
  3. 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

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:

  1. Go to the workflow where you have the ‘Group X is clicked’ event.

  2. 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

This topic was automatically closed after 70 days. New replies are no longer allowed.