Hi all,
I've built a SharePoint form in PowerApps. The field was previously free type, but due a a request to have previous entries appear in the list as you type, I changed it to a Combo box. This works well, as long as you want to only use an entry that previously existed. But if it's a new entry, then it won't recognize you have put anything in the box.
The update field currently looks like:
ComboBox.Selected.Result
But I'm guessing there may be some sort of if statement I can wrap around it to choose freetyped text. At least I'm hoping so.
Any thoughts would be welcome.