Hello,
I am struggling with something that should be easy to solve:
I have a list of users, where the email is not explicit in any of the columns; there is a column type "Person or Group". I use "Get Items", and I do not assign Keys, I just put the value (Email/email). I am able to access all the users and put them in an array, but I am not able to get a string of all the emails separated by a semicolon (using "join"), so it can be passed to the "Send email V2" step.
How can I get a string of emails from each entry of a list, where the email is an attribute of the column type "Person or Group"?