Add an Add Row action to a table

Use the Add Row action to add a row to a table in a form.

For example, to add details to a table whenever a leave is requested, add the Add Row action to the Request Leave button on the form. Once the leave details are entered in the respective fields, and the Request Leave button is clicked, a new row is added to the table with the leave details.

  1. On the Form Modeling bar, click Actions.
  2. On the Actions page, click Add Generic Add.
  3. On the Type list, select Add Row.
  4. Enter a Name and Description for the action.
  5. Optionally, configure a unique action for each language separately. See Configure multilingual actions for a form or control for more information.
  6. Consume the required table in the Selected Table box. Columns for the selected table appear under Target in the Attributes table.
  7. Map target attributes using dynamic or static values.
  8. Click OK.

    The newly created action is added to the table.

  9. Click Save .
  10. Associate the action with the control to trigger this action. To call the Add Row action upon form load, associate the action with the form. See Associate an action with a form or control for more information .