I've looked for the answer across this forum but can't see one for this specific issue. I've attached photos to explain my flow and where it's going wrong, but in summary this is what I want to do.
Compare two SharePoint Lists, List A and List B - both lists have a column A which has a unique reference number (eg. VPT12345678). List A is a feed of records, however some of those records will already be on List B, so I only want the new records. So, what I am aiming to do, is compare List A and List B via column A (both are title columns and are single line of text), ignore where they match and add in new records where they don't match. I am trying to achieve this via the Filter Array that also uses the condition of length(body('Filter_array')) equals 0, to identify the records that don't match. In this case to test it, I have 12 records on List A, 1 of those is new and 11 are already on List B, so I should in theory only have 1 new record added to List B. However, it is adding all 12 records to List B resulting in 11 duplicates. It looks to me like the array to find a match is not working, but I don't know why?
I'd appreciate someone looking at this for me and giving me some steer, because I am new to this. But really want to learn.
