Hello,
I have a requirement to get unique Column A items from sharepoint. This is then checked against an existing array B of strings. Any string in the array B that is not present in Column A is then collected and finally emailed.
Is there a way to do this in flow. I tried multiple variables to initialize and then sort through the different elements in the array. But it doesn't seem to work well for me. Any example is greatly appreciated.