Propagate Event

The Propagate Event action triggers an event in one or more relationship editors, or propagates it up the form hierarchy (to parent or top forms). This is useful for cascading actions, synchronizing state, or triggering rules in related or parent forms.

Properties and Explanation

Select Relationship Editor: Select one or more relationship editors (from a multi-select list) to propagate the event to. You can also use special values:

  • "Parent Form": Propagate the event to the parent form and recursively up the hierarchy.

  • "Top Form": Propagate the event to the topmost form in the hierarchy.

  • The action finds the specified relationship editors and injects the event, or propagates it up the form hierarchy as configured.

  • Use this action to coordinate actions between related forms, synchronize data, or trigger rules in parent/child forms.

Full Configuration Example

Below is a screenshot of the Propagate Event action configuration, showing the property set for selecting relationship editors:

  • In this example, the event is propagated to selected relationship editors, or up to the parent/top form as needed.

  • This helps maintain consistency and coordination across complex form structures.

Last updated