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 / Update via ComboBox se...
Power Apps
Answered

Update via ComboBox selection, or TextSearch property of ComboBox if ComboBox is blank

(0) ShareShare
ReportReport
Posted on by 8

I am using a SharePoint list as my data source. I have a choices column, which is set to allow manual input, and allow "Fill-in" choices.

 

I am trying to update this field via a ComboBox in PowerApps. If the ComboBox is blank, the field should be update with whatever the user has typed into the TextSearch field of the ComboBox (user can add choices manually if theirs isn't available).

 

I am using the following formula on the 'Update' property of the data card: 

If(IsBlank(SubcategoryCB.Selected), SubcategoryCB.SearchText, SubcategoryCB.Selected)

 

This results in the error: "Expected record type". To my understanding, having the "Fill-in" option ticked in the SharePoint list should make this work.

 

Any help would be much appreciated!!!

 

Categories:
I have the same question (0)
  • Verified answer
    SpongYe Profile Picture
    5,715 Super User 2026 Season 1 on at

    Hi @SBuchanan 

     

    Please try:

    If(IsBlank(SubcategoryCB.Selected), {Value: SubcategoryCB.SearchText}, SubcategoryCB.Selected)

     

    Because SubcategoryCB.SearchText is a type Text instead of a record. 

     

    -----------------------
    PowerYsa Power Platform Enthusiast [LinkedIn] | [Youtube]

    I love to share my knowledge and learn from others. If you find my posts helpful, please give them a thumbs up 👍 or mark them as a solution ✔️. You can also check out my [@PowerYSA] for some cool solutions and insights. Feel free to connect with me on any of the platforms above. Cheers! 🍻

  • SBuchanan Profile Picture
    8 on at

    @SpongYe That worked! Thank you so much!!!

     

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 600

#2
WarrenBelz Profile Picture

WarrenBelz 478 Most Valuable Professional

#3
Valantis Profile Picture

Valantis 322

Last 30 days Overall leaderboard