Skip to main content
May 6, 2022
Question

Insert multiple records using WebAPI

  • May 6, 2022
  • 4 replies
  • 0 views

Hi,

How can we insert multiple records to the table in database using Web API.

    4 replies

    gopalk2865
    Participating Frequently
    May 6, 2022

    HI , You would need to design Web Api using write to datastore entity which will get data as response from third party system. Please go through below link for your reference,

    https://docs.appian.com/suite/help/22.1/Web_API_Tutorial_-_Level_II.html

    May 6, 2022

    Can we insert multiple records at a time?

    gopalk2865
    Participating Frequently
    May 6, 2022

    yes