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 / Combo box not returnin...
Power Apps
Answered

Combo box not returning full text input

(0) ShareShare
ReportReport
Posted on by 18

Hello!

 

I did create a Combo box recently which didn't return any value at all into Sharepoint list after submit. I have both dropdown choices there and users can type own answers too. After discussion here we did create this formula which finally did work: 

Update:

{Value: Coalesce(DataCardValue39.SearchText, DataCardValue39.Selected.Value)}

But whenever users submit answers both (dropdown selection or type in own answers) it returns only the first value of the text, for example they did type Apple iphone 14 it only returned Apple. Is there any way how can i update the formula so after they submit the data to Sharepoint i will have the full name of the product? (whole answer they selected/typed in?)

 

Thanks,

-X.

Categories:
I have the same question (0)
  • mmollet Profile Picture
    3,187 on at

    The Coalesce function evaluates its arguments in order and returns the first value that isn't blank or an empty string. I would assume that this is what is happening as a value of "Apple" is obviously not blank. Are you trying to just combine the 2 values in DataCardValue39.SearchText and DataCardValue39.Selected.Value? If so maybe just use an & operator that will work as a concatenation. If not explain what you are trying to do and we can help a little better. 

  • Verified answer
    NandiniBhagya20 Profile Picture
    4,667 Super User 2024 Season 1 on at

    Hi @Xabrina123 ,
    Try using below formula - 
    {Value: If(IsBlank(DataCardValue39.Selected.Value), DataCardValue39.SearchText, DataCardValue39.Selected.Value)}

     

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

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 329 Most Valuable Professional

#2
11manish Profile Picture

11manish 209 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 179

Last 30 days Overall leaderboard