Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Building 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.
 
  • Verified answer
    Pablo96 Profile Picture
    41 on at
    ComboBox blank value
    I just add more code to my condition and now it's work properly.
    
    If(varAddEmployee = "edit" && !IsBlank(varEmployeeInfoGal.Kids), {ynchoices: varEmployeeInfoGal.Kids})

     
  • Michael E. Gernaey Profile Picture
    40,661 Super User 2025 Season 1 on at
    ComboBox blank value
    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.

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

🌸 Community Spring Festival 2025 Challenge 🌸

WIN Power Platform Community Conference 2025 tickets!

Markus Franz – Community Spotlight

We are honored to recognize Markus Franz as our April 2025 Community…

Kudos to the March Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 146,594 Most Valuable Professional

#2
RandyHayes Profile Picture

RandyHayes 76,287 Super User 2024 Season 1

#3
Pstork1 Profile Picture

Pstork1 65,928 Most Valuable Professional

Leaderboard