Hi,
I have 2 separate arrays in my flow that contain some of the same data. I want to remove the items from array (A) that are also present in array (B).
So
(A) = [111, 222, 333, 444]
(B) = [111, xxx, 444]
Should result in
(C) = [222, 333]
Any clue what would be the best way to do this?
Thanks
Hi , @kiki_musampa
According to your description, you want to remove items from array that are also in 2nd array.
Here are the steps you can refer to , this is my flow:
(1)The first three initial variable:
(2)The "Apply to each" step is like this:
Best Regards,
Yueyun Zhang
Michael E. Gernaey
566
Super User 2025 Season 1
David_MA
516
Super User 2025 Season 1
stampcoin
492