I have a doubt
I have two lists
Now I have to remove the values in List 2 which are common in List 1
Both the list contans more than one item in them.
Can you guys show solution?
I have a doubt
I have two lists
Now I have to remove the values in List 2 which are common in List 1
Both the list contans more than one item in them.
Can you guys show solution?
Use the For each element in list
Block. Then just check if the item is present in List 1 and if it returns true then remove that element from list
Thank You So Much
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.