How can we update multiple columns in a smartsheet at a time using smartsheet C# SDK?

Options
buddhadev.karmakar
edited 12/09/19 in API & Developers

How can we update multiple columns in a smartsheet at a time using smartsheet C# SDK? We can update one column using UpdateColumn() API. How to update multiple column by one method?

Comments

  • dave-inden
    dave-inden ✭✭✭
    Options

    The Smartsheet API does not currently support making updates to multiple columns at once in a single request. Multiple requests would need to be made to update each column individually and the UpdateColumn method would need to be used for each column you wish to update.