Hi All,
I have a question in powerApps Implementation. My requirements are:
1) Have two list in sharepoint (say List_1 and List_2 ) and each list have multiple records and I need to compare both the lists and filter the common records between them based on the unique title name.
2) after filtering, need to display common record from List_2 in readonly format next to the it's sibling record in List_1. and It has to update automatically in sharepoint List_1. (Basically the matched record form should contain both values from List_1 and List_2 in sharepoint List_1 when I open that record)
3) And for remaining uncommon items it has to display "not available" next to the each form in List_1
Thanks,