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 with Choices ...
Power Apps
Answered

ComboBox with Choices and if there is no value found in the Dropdown - Text Input is possbile

(0) ShareShare
ReportReport
Posted on by 1

Hi, 

I am working on a form, and I am searching for an answer regarding the following issue:

I have two databases:

  1. A SharePoint list from a website, which I created. For some fields in my form, I am accessing the
  2. second existing SharePoint list from another SharePoint Website, which was not created by me. It is a list of entities.

I have created a ComboBox in the form with Items = SortByColumns(Source.Table,"Title"). The Source is the second database with entities. I would like to have an option if an entity is not found in the Dropdown of the Combobox, I can enter the entity by myself. Unfortunately, there is no “-” or something else in the existing SharePoint list with the entities.

Is there a way how to manage it?

 

Thanks a lot for your help.

Regards, Barbara

Categories:
I have the same question (0)
  • Verified answer
    v-jefferni Profile Picture
    Microsoft Employee on at

    Hi @Barbara_Sch ,

     

    If no selection is found in the Combo box dropdown area and you still want to save the value, you can easily patch search text of the Combo box. But the point is you will need to patch the text to both lists. So, you can use an If statement to check if selected is blank:

    If(IsBlank(Combobo.Selected), Patch(List2, Defaults(List1),{...});Patch(List1,...,{...}),Patch(List1,...,{...}))

     

    Hope this helps.

     

    Best regards,

    Community Support Team _ Jeffer Ni
    If this post helps, then please consider Accept it as the solution to help the other members find it.

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 March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 551

#2
WarrenBelz Profile Picture

WarrenBelz 430 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 298

Last 30 days Overall leaderboard