Hi
I have a gallery where I can add multiple blank rows using the DEFAULTS function.
I am trying to check for duplicate rows based on certain criteria but I only seem to be able to get an accurate result once the gallery is patched back to the data source? How can I check for duplicate rows in the gallery as the items are added. Here is my current formal:
CountRows(
Filter(MYGALLERY,
TaskType=4,
CrewName.DisplayName=ComboBox2_1.Selected.DisplayName))
As I understand it, this is only checking against rows which have been patched back to the original data source (in this case, CrewName.DisplayName). How can I flag and count the duplicate rows in realtime as each new line in the gallery is added?