web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Set ActivityParties to...
Power Automate
Unanswered

Set ActivityParties to Appointments using Dynamics connector for LogicApps

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

Hello everyone,

 

I have a LogicApp flow and I'm trying to create an appointment using the Dynamics connector. I'm able to create the appointment, but I cant find a way to set the RequiredAttendees field. That field is expecting for a collection of ActivityParties. I was able to do this using Xrm dll, following the instructions in this link.

 

However, I tried many ways to set the required attendees using the connector for LogiApps. The code snippet that makes more sense to me is this (it's a simplied version):

 

{
 "inputs": {
 "host": {
 "connection": {
 "name": ""
 }
 },
 "method": "post",
 "body": {
 "scheduledstart": "",
 "subject": "",
 "actualend": "",
 "description": "",
 "_requiredattendees_type": "activityparties",
 "_requiredattendees_value": [
 {
 "_ownerid_type": "systemusers",
 "_ownerid_value": "{GUID}",
 "_partyid_type": "contacts",
 "_partyid_value": "{GUID}"
 }
 ],
 "createdon": "",
 "modifiedon": "",
 "statecode": ""
 },
 "path": "",
 "authentication": ""
 }
}

Most of my attempts thrown the next error:

{
 "status": 400,
 "message": "A value must be provided for item.",
 "source": "dynamicscrmonline-eus.azconn-eus.p.azurewebsites.net",
 "debugInfo": "clientRequestId: {GUID}"
}

Any idea about how can I set values for that field using Dynamics connector for LogicApps?

Thanks in advance.

 

Regards

 

Leonardo González

Categories:
I have the same question (0)

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 250 Super User 2026 Season 1

#2
Expiscornovus Profile Picture

Expiscornovus 222 Most Valuable Professional

#3
Haque Profile Picture

Haque 174

Last 30 days Overall leaderboard