How do I get Multiple Contacts returned using .net SDK version 2.101.0
So I downloaded smartsheet-csharp-sdk,
get sheet with the following includes
SheetLevelInclusion.OBJECT_VALUE);
SheetLevelInclusion.FORMAT);
SheetLevelInclusion.COLUMN_TYPE);
SheetLevelInclusion.CONTACT_REFERENCES);
"Level up" the get sheet to 2
Sheet sheet = smartsheet.SheetResources.GetSheet(sheetId, ListOfSLI, null, null, null, null, null, null,null,2);
And when I retrieve rows with that have a column that a "Contact" and have checked the box "allow Mulitiple contacts per cell" the ContactObjectValue is always empty ( I get the right Number, ) Just no values
What Am I doing wrong to retrieve these
Answers
-
Hi, can you post a log of the JSON request and response (sanitized for confidential content of course)?
Thanks!
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 142 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives