How can we update multiple columns in a smartsheet at a time using smartsheet C# SDK?
Comments
-
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.