cancel
Showing results for 
Search instead for 
Did you mean: 

Microsoft 365 Outlook VBO - Column '@odata.type' does not belong to table

john.hammond
Level 6

Hi there,

Am currently receiving the error message "Column '@odata.type' does not belong to table" on a 'Get Next Page' action within the Microsoft 365 Outlook VBO. We've noticed this before and assumed that it had something to do with whether the user has set up categories on a particular email - this appears to break the mechanism that the VBO uses to extract the Headers as JSON collection to a collection ready to output back to the process. I thought that we had employed a workaround to this by passing in a 'Select Fields' argument to the initial 'List Mail in Folder' action (which seems to maintain this argument in the subsequent URI string), but have just hit the exception mentioned above.

Is there any current workaround for this?

 

EDIT: To add to this, here is the code stage that is returning this specific error:
dynamic a = JsonConvert.DeserializeObject(json, new JsonSerializerSettings
{
NullValueHandling = NullValueHandling.Ignore
});
values = ConvertToDataTable(a.value.ToString());

 

FURTHER EDIT: Have just realised that we're running Outlook 365 v1.3.0, the DX is up to v1.5.3. Will investigate further. Before I do so, are newer versions of this VBO backward compatible, or is there a decent chunk of regression testing in my near future?

0 REPLIES 0