
Announcements
Hello,
I have a requirement to create a Google Calendar Event when an Appointment is created in Dataverse. The Google Calendar connector wants to see a comma-separated list of email addresses to update its Attendees field. This list needs to come from the related records listed in the Required Attendees column on the Appointment/Activity table(s). My understanding is that the Activity Parties table is where this information is stored for an Appointment/Activity.
How can I retrieve the party rows that are related to the Appointment/Activity row, extract the email address from each, and pass them to the Google Calendar connector as a comma-separated list?