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

Community site session details

Session Id :
Power Pages - General Discussions
Answered

Populate Multiselect field value in Power Pages (Multistep Forms)

(1) ShareShare
ReportReport
Posted on by 62
Hi Team,
 
 
I have a requirement to populate values from a multiselect option to another multiselect option in Power Pages (Dataverse). Both have the same values and reference the same option set.
 
if (region) {
// Convert the comma-separated string into an array of strings
var selectedValues = region.split(',');

// Set the multiselect dropdown using the array
$('#new_region').val(selectedValues);

// IMPORTANT: Trigger the change event to update the UI
$('#new_region').trigger('change');
}
 
The code executes without any issues, but on the Power Pages portal multistep form, the values are not getting populated. Has anyone else encountered this issue?
Categories:
I have the same question (0)
  • Verified answer
    Fubar Profile Picture
    8,171 Super User 2025 Season 2 on at
    Populate Multiselect field value in Power Pages (Multistep Forms)
    (I am not sure if you are saying the obtaining & setting of values or picking up the change on the first dropdown is the issue)
     
    For how to obtain & set multiselect values please refer to the following link from Oliver:
     
     

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

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Tom Macfarlan – Community Spotlight

We are honored to recognize Tom Macfarlan as our Community Spotlight for October…

Leaderboard > Power Pages

#1
Fubar Profile Picture

Fubar 91 Super User 2025 Season 2

#2
Jerry-IN Profile Picture

Jerry-IN 68

#3
Shafiuddin Profile Picture

Shafiuddin 45

Last 30 days Overall leaderboard