Hi there
I am trying to extract 6 usernames from an array and then use this within a 'Send an email' step utilising functions/expressions. The flow is as follows:
Recurrence
Initialise variable (array)
Get Items with two filter queries
Apply to each with Append to array variable within.

I then get stuck with the expression as there will be 6 usernames I need to extract one by one in to the email. I assume I'll need 6x functions.
Am thinking I need to start the expression with: first( but then get stuck with the rest.