I am writing a MS Powerapp that works with emails from a user’s Outlook365 mailbox. I can get a list (table) of email information including the “toRecipients” field using the Office365Groups.HttpRequest function. However, this field is an array (an array or collection within an array) and I cannot figure out how to enumerate the toRecipients of each email, in a Gallery for example.
I have tried using comparison operators such as “in” and even tried the Concat function to reduce the array of “toRecipients” to a single string with delimiters, with no success.
Any suggestions would be greatly appreciated.