Announcements
Hello,
I am attempting to get all the recipients of an email sent from our environment.
I am getting my data from the 'Get a row by ID' action for Dataverse connector.
when I give it the emails activityid I cannot get to either the cc or the bcc lines.
is there a way to get to this?
Thanks,
hi
The "Get a row by ID" action for the Dataverse connector will only retrieve the fields that are specified in the "Select" parameter of the action. If the "cc" and "bcc" fields are not included in the "Select" parameter, they will not be returned by the action.
To retrieve the "cc" and "bcc" fields, you will need to add them to the "Select" parameter of the "Get a row by ID" action.
This will retrieve the "cc" and "bcc" fields for the email record. Once you have retrieved the fields, you can use them as needed in your flow.
Note that the "cc" and "bcc" fields are stored as comma-separated strings, so you may need to split the string into an array of email addresses if you need to use them individually.
DAniele
Hi anavrin,
Have you chosen the right table?
In addition to power automate you can also use FetchXML:
André Arnaud de Cal... 291,359 Super User 2024 Season 2
Martin Dráb 230,370 Most Valuable Professional
nmaenpaa 101,156