The Add Row action will add a row to a table. The new row will be populated with the current values of fields that are contained in the table as described below:
Strings are displayed as a string with the current value.
Multi-Line Text fields are displayed as a string with the current value.
Numeric values are set to the current value and displayed as a string in the appropriate format.
Date fields are set to the current value and displayed as a string in the appropriate date format.
Calendar fields are displayed as the selected date in M/d/y format.
Radio button values are displayed as a string set to the currently selected value.
Check boxes are displayed as a check box that is either checked or empty.
Drop downs are displayed as a string with the value set to the currently selected drop down value.
To insert a blank row, use the Insert Row action type instead.
Note: If the target table has Automatic Updates enabled, adding a row to the table will result in duplicate values. This is caused by updates automatically being applied to the current row in the table, and the same values being added to the new row.
Click Next to continue creating an Add Row action. This opens the Action Wizard - Add Row dialog box.
This drop-down list allows you to select to which table a row should be added.
The Previous button will allow you to go back to the previous dialog box to review or change the information.
The Finish button will create the Add Row action.