Im trying to list all unique users of a couple of teams to one excel file. But because users can excist in multiple teams I don't want duplicates.
I initialized a global array varible where I can store the users ID's
When looping through the users, I check if the array allready contains this user ID, otherwise I add it to the array and write it to my excel file.
But something is going wrong. The duplicates still end up in my file. (I made sure the excel table is empty at the start of the flow)
