Hi,
So I have a combo box (ComboBoxProduct) which has this formula. The source is sharepoint list by the way:
Items: Sort(Distinct(LookupList,Title),Result)
Default: blank
ComboBoxProduct is under data card ProductDataCard
ProductDataCard has this detail:
Update: ComboBoxProduct.Selected.Result
So after submitting it and if I need to edit the entry, the combobox resets to resets and I have to select the choice I have initially entered. Texts are retained so I do not have issues on that.
For pictures (see filename):
Edit - it shows product xxx, but when I click on the edit button
Edit1 - it goes back to like creating a new one. What I am expecting is that it should retain the product xxx selection
Thanks!