
Hi Guys.
Im new to Dataverse, but familiar with the basics as I work mainly in Power BI.
I have come across a problem when my data from a dataflow tries to refresh. I get the following errors:
The real table name has been changed to MyTableName in the errors below
{"error":{"code":"0x80041102","message":"The entity with a name = 'MyTableName' with namemapping = 'Platform' was not found in the MetadataCache. MetadataCacheDetails: ProviderType=Dynamic, StandardCache=False, IsLoadedInStagedContext = True, Timestamp=1839375, MinActiveRowVersion=1839375, MetadataInstanceId=47818634, LastUpdated=2022-01-29 11:41:59.997"}}
Request URL:
https://------------.crm4.dynamics.com/api/data/v9.1/MyTableNamees(cr030_employeekey='100045')?$select=modifiedon,createdon{
Its not always the same rows either or even the same number of rows. It just seems to pick random rows to fail on. There is nothing different about these rows from the rest. I've been working on it for hours. Please help |