A button is clicked Event
A button is clicked
event allows you to trigger specific actions when a user interacts with a button on your page. It is commonly used for navigation, form submission, data manipulation, or displaying dynamic content. This event can be customized to suit a wide range of use cases depending on the button’s purpose and context.
Properties and Explanation
Full Configuration Example
A screenshot is attached showing the configured 'A Button Is Clicked' event.

The Log out button is configured to log out the user upon being clicked, effectively signing them out of the application or website.
Last updated