Hi,
Problem : In "Edit Form" selected value is now showing in combo box.
--------
My Approach:
- I am using same form for New and Edit.
- I have collection like below.
- ClearCollect(colItems,Distinct('List 1','Column Name'));Collect(colItems,{Result:""}).
- i created custom combo box in "form datacard" and bind this collection to combo box properties like below.
items ----------- SortByColumns(colItems,"Result",Ascending)
onChange ------- UpdateContext({varCol:combobox.selected.Result})
4. Form Datacard --- default property ---- varCol/comnobox.selected.Result (i tried both). when submitting the form data is storing in to list.
5. From gallery when i selected the item i am setting Set(varCol,glry.Selected.ColumnName)
while editing item is not selecting in the combobox.
I tried another approach instant of variable i set Datacard ---- update property ---- combobox.selected.Result
Default property ---- combobox.selected.Result
Thanks & Regards,
Brahmaji