Batch Operation Commit
Last updated
Last updated
This action commits a batch of database actions created from "" actions with the same "batch ID". If no batch exists or it was already committed, it will result in an error.
The ID you gave to the batch on the "constructor" actions.
If left blank, all listener on the page with blank ID's will be triggered at the same time, so we suggest to always define a Trigger ID.
Batch Committed (if the action was successful)
Error in Action (if an error occurs)
This will link the action with a of the same ID.
If all operations are completed successfully, it will trigger the event. Otherwise, it will tigger and error.
Those events are triggered by an with the same ID as the provided on the action.