Hi guys,
I'm just stuck and would appreciate your help.
I have two Sharepoint lists where I loop through and for each one I create an array (variable) with user IDs.
Let's say array A stores (all possible) 10 IDs and array B contains 7 IDs.
What I would like to get is a third array C where all IDs from array A are stored which are NOT in array B (in this case C would have 3 entries).
Is this possible without creating a for-each loop with another for-each loop inside.
I also tried one loop with the filter array action without any luck.
Thanks!