Overview
The Push Modal action opens a modal window within the application’s layout.
This modal typically contains another layout with fields for capturing or displaying data, and it is frequently used for operations such as creating new records or presenting input forms.
...
The modal is highly customizable in terms of layout, size, and content, and it provides a focused area for user interaction within the workflow, without requiring navigation away from the current page.
Let’s explore the screens that follow, after drag-n-drop of Push Modal action on workflow canvas.
...
Event Mapping
After clicking on '+
' button, following screen for event mapping opens up.
...
Event Mapping Field | Description | ||
---|---|---|---|
Event | It allows to choose specific event to emit from the layout. Note: By default, this will show blank, if the workflow with event is not chosen. | ||
Workflow | It allows to choose workflow through which the event will be fired or emitted. | ||
Variable Mapping | It allows to map event variables with Workflow variables.
|
Variable Mapping
After clicking on '+
' button, following screen for variable mapping opens up.
...