Enumerate Microsoft Graph API “toRecipients”
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.
Enumverate Microsoft Graph API “toRecipients”
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.