Hi,
I'm experiencing issues with caching of Taxonomy field values from a SharePoint list.
We have a SharePoint list that stores sales data linked to a cost center. This Cost center is a Taxonomy Field.
The list items are displayed in a Data table in Power Apps.
About a month ago we had to rename all cost centers in the Term Store manager in SharePoint.
This all went fine in SharePoint, The data was synced to the Hidden Taxonomy List, metadata and search results. No issues.
In Power Apps we are still seeing the old values for existing items, though in the New Form the new values are displayed.
What we see in the Data table:

When I look into the network traffic with developer tools, the following data is returned:

The SharePoint list correctly shows the new values for these items:

When I look up the item corresponding to WssId 980 in the Hidden Taxonomy List in SharePoint, this also has the correct value:

Does anybody know how to get the up-to-date data into Power Apps?
How does the caching behind the SharePoint Connector work? I couldn't find any documentation about this.
I have already refreshed the Datasource in Power Apps and removed and added the list again. Same results.
Loading the data in a new blank Power App has the same result.
(I thought the terms might have labels in other languages that I missed, but that's not the case.)
Any help would be greatly appreciated. Thanks!