Hi All,
I was running into issues when trying to get a unique return of record based on values in 2 different columns 'WODescription' & 'PN'
I am currently using this function, 'Description' & 'PN' are 2 columns in my list 'Inspection Findings'. I was trying to filter out a table with 'Description', which could return me with a table of all same 'Description', then I lookup from this table returned to look for the specific 'PN' I am looking at.
LookUp(Filter('Inspection Findings',Description=BrowseGallery4.Selected.Description),PN=BrowseGallery1.Selected.PN)
But this function gives me error message as below:

Would appreciate if anyone could help with this.
Thanks.