
Announcements
I am having trouble getting data from an Azure Table Storage entity, using the 'Get Entity' action.
The documentation suggests I should get a getEntityResponse object but I don't get the Entity data object: https://docs.microsoft.com/en-us/connectors/azuretables/#getentityresponse
Instead I get only the RowKey and PartitionKey. If I try and specify particular columns with the Odata Select Query, I don't even get the RowKey or PartitionKey - see pictures below. Any help appreciated !
Table Storage Entity:
Flow:
Output with PartitionKey and RowKey but no Entity Data:
Output if I try and specify particular columns using oData select I don't even get RowKey or PartitionKey:
*Update*
So I can see the data in the output if I use 'Get Entites' instead of 'Get Entity' and specify the RowKey and PartitionKey, however I am unable to access this data in the dynamic content - I just get a blank
the flow dynamic content I am trying to access: