smartsheet / smartsheet-csharp-sdk

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

trying to update an AutomationRule Objec #32

Open JohnHib opened 1 year ago

JohnHib commented 1 year ago

Exception thrown: 'Smartsheet.Api.InvalidRequestException' in smartsheet-csharp-sdk.dll

An exception of type 'Smartsheet.Api.InvalidRequestException' occurred in smartsheet-csharp-sdk.dll but was not handled in user code

Required object attribute(s) are missing from your request: action.includedColumnIds.

in C# the Action object shows an IncludeColumnIds property but not an IncludedColumnIds one? where do I find the missing property is this a bug in the C# API code?