Appian Community and Appian Academy are being upgraded. From July 24–August 3, the Appian Community will be in read-only mode. During this time, the site will be read-only and user registration will be disabled. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!

The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.

Data From Editable Grid to be stored back in the database

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 updation) made in the grid to the Dashboard. Could you please guide me on how to proceed.

i have followed the steps present in the link
forum.appian.com/.../SAIL_Recipes.html

Request your assistance.

OriginalPostID-257383

  Discussion posts and replies are publicly visible

Parents
  • Hi @Sudheerp, I'll tell you what I did. Once you submit the form containing the editable grid, there must be a list_type_variable which stores the data you added/edited. Now, case 1: If you have deleted some/all data then, you have to check with existing records for which one were deleted so that the deletion reflects in db. case 2: for addition/addition & updation, I don't think you have to do something uniquely except using the write to data store entity smart service. Use the smart service smartly and you're good to go.
Reply
  • Hi @Sudheerp, I'll tell you what I did. Once you submit the form containing the editable grid, there must be a list_type_variable which stores the data you added/edited. Now, case 1: If you have deleted some/all data then, you have to check with existing records for which one were deleted so that the deletion reflects in db. case 2: for addition/addition & updation, I don't think you have to do something uniquely except using the write to data store entity smart service. Use the smart service smartly and you're good to go.
Children
No Data