Hi All,
Is there a way to subtract the users in list 1 from the users in list 2 and return list 1 after subtraction?
Discussion posts and replies are publicly visible
Hello shubhamy0005
hoping that your lists are of same type, below is the code that I have tested and working. update the data values with your lists and verify.
a!localVariables( local!data1: a!groupMembers(groupI11).data, local!data2: a!groupMembers(groupI12).data, symmetricdifference(local!data2,local!data1) )
Hi Konduru Chaitanya, unfortunately it is not working as well for the list of usernames.
Could you please share the data that you have in both the lists if it is not sensitive.