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 Apps / Combo Box Multi Select...
Power Apps
Answered

Combo Box Multi Select Only Updating Last Selection

(0) ShareShare
ReportReport
Posted on by 232

Hello,

 

I had some help setting up a Modern Date Picker to only allow dates selected if they match the days of the week that you select in a Combo Box. I thought everything was working fine but now see when the Form is submitted it only sends that last day that was selected. Not multiple days. Hopefully this is something that can be acheived. Here is how I have it setup in my form.

 

Multi-Select WeekDayComboBox item is set to:

Table(
 {Value:"Sunday",ID:1},
 {Value:"Monday",ID:2},
 {Value:"Tuesday",ID:3},
 {Value:"Wednesday",ID:4},
 {Value:"Thursday",ID:5},
 {Value:"Friday",ID:6},
 {Value:"Saturday",ID:7}
)

 

WeekDayDataCard Update set to:

WeekDayComboBox.Selected.Value

 

 ModernDatePIcker OnChange set to:

If(
 !(Weekday(Self.Value) in WeekdayComboBox.SelectedItems.ID),
 Reset(Self);Notify("Date does not match Activity Meeting Days.")
) 

 

These formulas work find in the app but only sends the last day selected in the Multi-Select WeekDayComboBox. I need them all to send.

 

Any help/assistance would be appreciated.

 

Thanks,

 

Collin

Categories:
  • Verified answer
    v-xiaochen-msft Profile Picture
    Microsoft Employee on at

    Hi @collinktx ,

     

    If it's a text column in sp list to store the days, please try this formula in update property:

    Concat(WeekDayComboBox.SelectedItems,Value,",")

     

    Best Regards,

    Wearsky

  • collinktx Profile Picture
    232 on at

    Hi @v-xiaochen-msft ,

     

    That worked. Did that work because the Concat combines the values?

     

    Thanks Again.

  • Verified answer
    v-xiaochen-msft Profile Picture
    Microsoft Employee on at

    Hi @collinktx ,

     

    Concat function convert the array to the string.

    Hope it makes sense.

     

    Best Regards,

    Wearsky

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!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 381 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 340

#3
WarrenBelz Profile Picture

WarrenBelz 187 Most Valuable Professional

Last 30 days Overall leaderboard