Skip to main content
May 13, 2021
Question

Bulk update in appian table

  • May 13, 2021
  • 4 replies
  • 0 views

Hi,

I want to update existing multiple records in appian table having a primary key. How can I do this ? is there a smart service to update bulk records in sql appian table ??

    4 replies

    stefanhelzle0001
    Brainy
    May 13, 2021

    Sure. The write to datastore smart service takes multiple items. Just make the parameter taking the data a multiple.

    amang0002Author
    May 13, 2021

    I have the data in form of dictionary ...how can I retrieve multiple values from dictionary and pass it to individual field values in write to data store smart service

    mikes0011
    Brainy
    May 13, 2021

    Is your dictionary not the same type as the CDT you're trying to update?  Can you tell us any more details about the data you're starting with and what it ends up needing to do?

    The Expression Guru