Skip to main content
October 3, 2021
Question

Update multiple tables in interface?

  • October 3, 2021
  • 2 replies
  • 0 views

Hi Everyone,

I have to update multiple tables when submitting a from using interface. Can anyone please guide me how to achieve this? If there is any example, it would be more helpful.

Thank You

    2 replies

    richardm900458
    October 3, 2021

    Use the Write to Multiple Data Store Entities Smart Service - Appian 21.3 function in your upcoming process node :) 

    manikumarc
    October 4, 2021

    Hi Shubhamy,

    Other approach apart form executing smart service in process model. You can store the data into multiple tables using write to mulitple data store entity in save into of a button. Here is the sample code snippet to store data into three tables.