Hi there,
I have built a flow where When an item is created the flow check for duplicates in the Sharepoint list and updates the created item as duplicate.
Now i want to add additional steps to the flow where i also check for duplicates in an Excel file based on 2 columns.
I've built the steps in the flow but the problem i have is that the Filter array output after List rows present in a table is empty even though i get the results in the output of the List rows present in a table.
I have attached the screenshot of the flow.
Basically in List rows present in a table i use Odata filter with 1 column and then in Filter array action i filter by the second column.
Thank you for your help!