Hello,
I am designing a flow which will pull a lit of items from a Power BI report and another list of items from an Excel spreadsheet. I want to filter out those items that are common to both lists and take one action with the items unique to the Power BI list, and another action with the items unique to the Excel list.
I have set up the flow to send me HTML tables of the lists so I know it is pulling the correct list from Power BI and the correct list from Excel. But in the filter array step I have it filtering 'SelectPBIArray' where 'SelectPBIArray' does not contain 'SelectExcelArray' and it is outputting the complete Power BI list from that step, even though there are entries that should be eliminated. I have tried but have been unable to get it to filter correctly.
Have I missed a step? Or is there a better way to get the unique items from each list?
Thanks!