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 / Unable to bind the com...
Power Apps
Answered

Unable to bind the combobox using collection

(0) ShareShare
ReportReport
Posted on by 15

Hello All,

 

I am learning PowerApps, in the process I just tried to populate Combobox from Collection as below, but not binding the all values. When I ran the first row showing i.e "Casual". remainings are not showing

 

App OnStart event declared the collection as below

 

ClearCollect(
leaveType,
{casual: "Casual",comments:"Casual Leave", id:1},
{sick: "Sick",comments:"Sick Leave", id:2},
{earn: "Earn",comments:"Earn Leave", id:3},
{emergency: "Emergency",comments:"Emergency Leave", id:4}
)

 

And in the screen ComboBox Items event assigned the leaveType. When I ran the values are not populated.

 

Please suggest me right direction.

 

Combobox issue.PNG
Categories:
I have the same question (0)
  • Verified answer
    Bojjaiah Profile Picture
    15 on at

    Sorry, Got it. Solved my self by updating the result as below.

     

    ClearCollect(
    leaveType,
    {leaveType: "Casual",comments:"Casual Leave"},
    {leaveType: "Sick",comments:"Sick Leave"},
    {leaveType: "Earn",comments:"Earn Leave"},
    {leaveType: "Emergency",comments:"Emergency Leave"}
    );

     

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 Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 385

#2
Vish WR Profile Picture

Vish WR 367

#3
timl Profile Picture

timl 340 Super User 2026 Season 1

Last 30 days Overall leaderboard