Click on [Widget_Name]

The Click on [Widget] event is a universal trigger that activates when the user clicks on a specific element in the app. This event can be applied to almost any visible component — such as a block element, heading, image or the button widget. It allows you to define what should happen when a particular element is interacted with. This is one of the most used events in rule-based automation, enabling dynamic behaviors such as showing popups, navigating to other pages, or triggering calculations — all without writing any code.

Example:

Imagine you have a homepage with a prominent “Learn More” heading. You want users to be redirected to the Features page when they click on that heading. To do this you will have to use the Click On event for Headings. Now, when a user clicks on the Learn More heading, the app will instantly navigate them to the Features page — enhancing user interaction without needing any code.

Last updated