Submit button


Configuration interface of the event Submit button

This event occurs when the user submits the form using the selected submit button. This looks at the name of the button (such as "btnSubmit") and the name of the button bar (such as "btnListPage1"). This combination is unique for each button in the form, so this event will only occur for a very specific button, even if other buttons have the same name.

Parameters

Submit button name
Selection of the submit button in the form, which must be pressed to trigger this event.

System variables

Events of type Submit button provide Systemvariables which can be used in subsequent actions.

Default variables

[%$TRIGGER%]
Can be used in the new workflow to access the data provided by the current event. This data will be returned as JSON. The individual values of the event can be accessed via JsonPath (see [%$TRIGGER.<JSON_PATH>%]).
[%$TRIGGER.<JSON_PATH>%]
Depending on the type of event, different information is provided via the event variables. Specific information of the event can be accessed via JsonPath. Which information the different event types provide can be seen via the infobox at the event.

Event specific variables

[%$TRIGGER.buttonName%]
Name of the submit button that was pressed.
[%$TRIGGER.buttonQualifier%]
Qualifier name of the submit button that was pressed. Corresponds to the name of the button bar in which the button is located.