Hi,
I have a EditForm in which I have inserted a Custom Datacard and within that have put a vertical gallery. The data shows correctly but I get a Delegation warning when I fix this warning the data doesn't show in the Gallery even though I can see the data if I click on the filter (Image 3).
Filter('Charge Tables',Contract.Id = varContract.ID

Image 1 - Data displaying correctly but with delgation warning when Items set to
Filter('Charge Tables',Contract.Id = varContract.ID)

Image 2 - No data displayed in Gallery when setting Items to Filter('Charge Tables',Contract.Value = Text(varContract.ID))

Image 3 - Data shown when highlighting the filter Filter('Charge Tables',Contract.Id = varContract.ID)
Any help would be greatly appreciated.