Merge widget events
- Last UpdatedOct 10, 2025
- 1 minute read
The Merge widget supports the following events:
On Initialize
Use scripts on the onInitialize event of a Merge widget to accomplish a specific operation after the widget is initialized but before it's rendered in the UI. This event is called when initially loading a Merge widget in a form.
For example script, see Data.
On Merged Event
Use scripts for the onMergedEvent event of the Merge widget to accomplish a specific operation. This event is triggered when the user select a merge action, either merge left or right.
For example script, see Merge type.