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 / ComboBox blank value
Power Apps
Answered

ComboBox blank value

(1) ShareShare
ReportReport
Posted on by 41
Hi folks, i have problem with blank value in my combobox
Here is my DefaultSelectedItems
 
If(varAddEmployee = "edit", {ynchoices: varEmployeeInfoGal.Kids})
 
 
There is only problem when i firstly edit some person who don't have data in this input and then when i want to add new person i have that blank space.
 
Categories:
I have the same question (0)
  • Suggested answer
    Michael E. Gernaey Profile Picture
    53,963 Moderator on at
    It seems to be me that your varEmployeeInfoGal.Kids isn't being updated properly
     
    As in you are adding to it, but you haven't Cleared that list before adding to it.
     
    Make sure you are clearing the varEmployeeInfoGal totally before re-using it again.
     
    Even when you first edit someone, there should be zero Kids in that variable. It sounds like you are adding a blank one yourself somewhere.
     
    We cannot see all your code, so its a bug in your code somewhere.
  • Verified answer
    Pablo96 Profile Picture
    41 on at
    I just add more code to my condition and now it's work properly.
    
    If(varAddEmployee = "edit" && !IsBlank(varEmployeeInfoGal.Kids), {ynchoices: varEmployeeInfoGal.Kids})

     

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

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 320 Most Valuable Professional

#2
11manish Profile Picture

11manish 210

#3
Valantis Profile Picture

Valantis 167

Last 30 days Overall leaderboard