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

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Customer experience | Sales, Customer Insights,...
Unanswered

Dynamic collection in Xrm.WebApi.online.execute method

(0) ShareShare
ReportReport
Posted on by 20

Hi, I'm trying to add contacts to a marketing list using javascript, but I can get the collection/array right.

So this works fine,

var parameters = {
List: {
listid: listGUID,
"@odata.type": "Microsoft.Dynamics.CRM.list"
},
Members: [{
contactid: "3e132973-47b4-eb11-8236-00224814b6e3",
"@odata.type": "Microsoft.Dynamics.CRM.contact"
}]
};

But I want the members array to be built previously, but I just don't know how to do it. I thought I might be able to do this but it doesn't work. 

var memberList = '[{contactid: "3e132973-47b4-eb11-8236-00224814b6e3","@odata.type": "Microsoft.Dynamics.CRM.contact"}]'
var parameters = {
List: {
listid: listGUID,
"@odata.type": "Microsoft.Dynamics.CRM.list"
},
Members: memberList
};

So now I'm sure that it's easy to setup, but I just don't know how to do it. Thank you!

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the August Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
Syed Aqib Raza Profile Picture

Syed Aqib Raza 125

#2
11manish Profile Picture

11manish 89 Super User 2026 Season 2

#3
ParthPatel249 Profile Picture

ParthPatel249 87

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans