Kane-Baden

Results 2 comments of Kane-Baden

Hey team I'm also facing this issue when trying to retrieve and/or post back WorkbookTableRow data, the values property is simply missing from the Json object returned. I thought I...

@kryogenyk sorry for the delayed reply. I created custom classes to map against the response data, looks like this. WorkbookTableItemRequestBuilder request = GenerateTableRequest(); var TableColumns = await request.Columns.GetAsync(); HttpClient httpClient...