Skip to main content
Version: 4

New Row in a Table

Processes newly inserted rows in a table.

Trigger Conditions​

Action condition
Description
Table

Select the table name from which you want to retrieve the newly inserted row.

<label>The fields to be retrieved</label>Select the fields whose values you want to retrieve.

Enter * (asterisk) to retrieve all the records.
<label>The Unique Key</label>Select a unique identifier in the table that uniquely identifies the required row. 
WHERE condition
  • This is an optional field to further filter the rows.
  • Enter the conditions using the WHERE clause to specify unique identifiers in the table that uniquely identify the rows you wish to filter.
  • Following is an example of a WHERE clause condition:
    WHERE CUSTOMER_ID = 12345