I am trying to update an AutomationRule Object and getting an error:

Options
JohnAtuphondo
JohnAtuphondo ✭✭
edited 06/05/23 in API & Developers

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?

Answers