Add an Update Row action for a table

Use the Update Row action to update information in a table.

For example, to update leave details in a table, create an Update Row action on the Update Leave button on the form. Select the row to edit. The details of the selected leave (From Date, To Date, Leave Type, and No. of Days) automatically appear in their respective fields. Upon clicking the Update Leave button after editing the leave details, the modified details are updated in the table.

  1. On the Form Modeling bar, click Actions.
  2. On the Actions page, click Add Generic Add.
  3. On the Type list, select Update 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 Attributes.
  7. Map target attributes using either 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 Update Row action upon form load, associate the action with the form. See Associate an action with a form or control for more information.