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.