smartsheet-platform / smartsheet-csharp-sdk

Library that uses C# to connect to Smartsheet services.
Apache License 2.0
35 stars 30 forks source link

MULTI_PICKLIST reporting as TEXT_NUMBER #129

Open Budsy opened 3 years ago

Budsy commented 3 years ago

version 2.101 ... sheet with a column configured as MULTI_PICKLIST on SmartSheet shows as having Type property of ColumnType.TEXT_NUMBER (when reading client.Columns[n].Type ). But when adding a row with a cell for this column, the API throws an exception suggesting it has to use ObjectValue and not Value for parameters.