Hi,
Currently trying to combine three formulas together in the Items section of a gallery.
Currently have the below search and filter that works correctly:
Search(Filter('VOC Customer List_ Test File Clean_V2', AccountManagerEmail=varUserEmail|| sales_mgr_email=varUserEmail||sales_dir_email=varUserEmail||state_dir_email=varUserEmail), 'UID Search Box'.Text, "Title")
And would like to add a distinct function to remove duplicates. I think this is the correct formula:
Distinct('VOC Customer List_ Test File Clean_V2,'Reg_Name")
Any help is appreciated!