Skip to main content

Notifications

Power Apps - Building Power Apps
Answered

Set default value of combobox on editform

(0) ShareShare
ReportReport
Posted on by 33

Hi.

I have a Combo Box inside my form that on itens properties I filter the company office365 users. When its used on a newform, its works fine. but when I try to edit a record and call the form as editform, I need it to come with the value of the selected record. So how como I set the default value as parent default?

 

that's the itens property.

 

Filter(Office365Users.SearchUserV2({searchTerm:DataCardValue15.SearchText}).value, Country="Brazil", "contoso.com" in Mail)

 

 

this is how I set the default value of the text input

 

If(
 Form_frmUser.Mode= FormMode.New
 ,DataCardValue15.Selected.OfficeLocation
 ,Parent.Default
)

 

 thats the form as edit mode

RaphaelMelo_0-1704982349756.png

 

  • Verified answer
    RaphaelMelo Profile Picture
    RaphaelMelo 33 on at
    Re: Set default value of combobox on editform

    Thanks AmDev. 

    I solved doing this on the 'DefaultSelectedItems' property, 

    LookUp(Office365Users.SearchUserV2({searchTerm:Parent.Default}).value,DisplayName = Parent.Default)
    

     

  • Gerard Simpson Profile Picture
    Gerard Simpson 2,987 on at
    Re: Set default value of combobox on editform

    Hi @RaphaelMelo 

     

    The code you provided looks fine, but just make sure it's in the 'DefaultSelectedItems' property, not the Default property.

     

    Hope this helps

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

Kickstarter Events…

Register for Microsoft Kickstarter Events…

Tuesday Tip #12 Start your Super User…

Welcome to a brand new series, Tuesday Tips…

Tuesday Tip #13 Writing Effective Answers…

Welcome to a brand new series, Tuesday Tips…

Leaderboard

#1
WarrenBelz Profile Picture

WarrenBelz 144,858

#2
RandyHayes Profile Picture

RandyHayes 76,287

#3
Pstork1 Profile Picture

Pstork1 64,505

Leaderboard