Fire Event

The Fire Event action allows you to trigger one or more custom events defined in your app. These events can be used to broadcast updates, initiate workflows, or communicate with event listeners across different parts of the app.

Properties

Property
Description

events

(Required) An array of events to fire. Each event will have a name and a payload.

Default Behavior

  • All events listed in the events array are fired in the order they appear.

  • Each event contains a name and a payload.

How to Use

  1. Attach the action to a widget (e.g., button tap or form submission).

  2. Select Fire Event from the action list.

  3. Add one or more events to the events array with their configuration.

Last updated