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 issue with defau...
Power Apps
Unanswered

Combo issue with default selected items

(0) ShareShare
ReportReport
Posted on by

Hi, inside the onVisible of my screen i grab some data from my sharepoint list and create a collection to store the data that will populate my combobox.

 

to debug, i put my collection inside a table, that shows correctly all my data.

The combobox shows the correct items inside the top part (where i can also write) but when i open it, there is only one element highlighted, why?

 

this is the code of my defaultSelectedItems

ForAll(
 tmpLoadedDefaultSelectedSkills,
 {
 Name: ThisRecord.Value
 } 
)

 

this is what i see... as you can see, the table shows 4 items, and on the top part, they are correctly loaded. but then in the dropdown that opens, only e-commerce is selected, while i should also have selected coaching, change management and Editing grafico.

Screenshot 2023-05-23 175626.png

how to fix?

Categories:
I have the same question (0)
  • NandiniBhagya20 Profile Picture
    4,667 Super User 2024 Season 1 on at

    Hi @Antonioclk ,
    Try using below formula in OnSelect property of button or OnVisible property of Screen - 

    Clear(colTP); ForAll(
     tmpLoadedDefaultSelectedSkills,
     Collect(colTP, {
     Name: ThisRecord.Value
     } )
    )

    And you can then use colTP in DefaultSelectedItems property of combobox.

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!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 846

#2
Valantis Profile Picture

Valantis 532

#3
Haque Profile Picture

Haque 410

Last 30 days Overall leaderboard