I have a gallery where second row always get blank on column "createdon", regardless of record/filter applied. Source is dataverse incident tabel.

I have a gallery where second row always get blank on column "createdon", regardless of record/filter applied. Source is dataverse incident tabel.
@PaalA Are you by any chance using collection for items property of the gallery? If so, make sure an empty record i.e., { }, is not being added to the collection.
Here is an example:
Collect(<CollectionName>,{ })