Skip to main content
June 15, 2021
Question

Edit Add Data From Editable Grid to be stored back in the database

  • June 15, 2021
  • 1 reply
  • 0 views

I have created an editable grid with some values. The values are being fetched from the Database via data store. now I would like to update the changes(Addition, Deletion and Update) made in the grid to the DB. Could you please guide me on how to proceed?

Thanks

Faisal

    1 reply

    June 15, 2021

    Hi Faisal,

    Please refer the below link for the sample code 

    https://docs.appian.com/suite/help/21.2/recipe-add-edit-and-remove-data-in-an-inline-editable-grid.html

    https://docs.appian.com/suite/help/21.2/recipe-track-adds-and-deletes-in-an-inline-editable-grid.html

    Note

    Upon clicking the submit button you should have write to datastore entity node and delete from data store entity nodes in a process model ,so that values will be updated/added/deleted in DB.

    Hope this helps