Skip to main content
Community site session details

Community site session details

Session Id :
Microsoft Dynamics 365 | Integration, Dataverse...
Answered

JavaScript Web Resource Code Correction

(0) ShareShare
ReportReport
Posted on by

Hi,

I have an array object, The format like:

templates = [
{"templateName":"Temp001.docx","templateId":"DOC001"},
{"templateName":"Temp002.docx","templateId":"DOC002"},
{"templateName":"Temp003.docx","templateId":"DOC003"}]

I want to get templateName and templateId respectively. My JS code like:

var Name, Value;


for (var i = 0; i < templates.length; i++) {
Name = templates[i].templateName;
Value = templates[i].templateId;
alert ('Temlate Name: ' + Name, 'Template ID: ' + Value);
}


But it's not work. Could you please help to correct the code above? Thanks.

  • ALAN365 Profile Picture
    on at
    RE: JavaScript Web Resource Code Correction

    Thanks, it's work now.

  • Verified answer
    Bipin D365 Profile Picture
    28,981 Moderator on at
    RE: JavaScript Web Resource Code Correction

    Hi,

    It works when I try on my browser.

    Problem is with your alert

    Change to

    alert('Template Name: ' + Name + ' Template Value: ' + Value);

    IMG20221119090411.jpg

    Only thing to note is in your variable Name and Value will have last item value.

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

News and Announcements

Now Available: 2025 Release Wave 2

Quick Links

Ramesh Kumar – Community Spotlight

We are honored to recognize Ramesh Kumar as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

Leaderboard > Microsoft Dynamics 365 | Integration, Dataverse, and general topics

#1
Adis Profile Picture

Adis 136 Super User 2025 Season 1

#2
Sohail Ahmed Profile Picture

Sohail Ahmed 81

#3
Jonas "Jones" Melgaard Profile Picture

Jonas "Jones" Melgaard 77 Super User 2025 Season 1

Product updates

Dynamics 365 release plans