Get Database Trigger Input

Retrieve information about the database changes that triggered the wizard and place it into new or existing variables.

  • This command is relevant only for a wizard initiated by a database trigger (as configured in Nintex Console)

  • The information retrieved is generally used in conjunction with other Advanced Commands (such as Database Commands, Excel Commands, and File Commands)

  1. Indicate if you wish to retrieve the data that triggered the wizard (columns and rows as configured in the trigger) and enter the name of the variable into which to place it

  2. Indicate if you wish to retrieve the delimiter used to separate each row in the changed data and enter the name of the variable into which to place it

  3. Indicate if you wish to retrieve the delimiter used to separate each column in the changed data and enter the name of the variable into which to place it

  4. Indicate if you wish to retrieve the action executed on the database that triggered the wizard and enter the name of the variable into which to place it. The possible statuses to be returned are INSERT, UPDATE, and DELETE.