I'm experiencing a strange issue in Power Apps (both in the Teams version and the web version):
One of the columns in my Data Table appears empty, even though the data clearly exists in the source (Dataverse in my case).
Here's what I’ve observed :
The records are correctly filled in Dataverse.
If I delete the Data Table and re-add it with the exact same source, the column displays as expected. But if I refresh the app/page, the column becomes empty again.
There are no filters or formulas applied , the items property directly references the data source.
I’ve tried using refresh() and also storing the data in a collection, same issue
This only affects one or a few columns; the rest display fine.
It feels like Power Apps is not refreshing the schema or column bindings correctly unless I manually recreate the Data Table.
Has anyone encountered this issue before ?
Thanks in advance!
I’ve attached two screenshots to this post :
One before deleting and re-adding the Data Table (where "Statut validation" is empty),
One after re-adding it (where everything displays correctly).