
Announcements
I have an EditForm in canvas app, which is working perfectly fine except the combobox functionality. I am getting data from my DS to gallery control and by using First() in gallery control, getting data on EditForm one by one but the problem is happening with combo box.
the problem is : When I open application first time, the EditForm works fine (Combobox also) but when I am going to edit my 2nd(Second) request, all fields are populating with right data except combobox (it is displaying previous item's value). I have two combobox on form and both are not working properly.
Here is my sample code :
1. Navigating from my gallery control screen with this formula - Navigate(<screenname>,None,{<ContextName>:First(gallery.allItems)})
2. combobox DefaultSelectedValue : Parent.Default and items : <ContextName>
tried this line also :
2. combobox DefaultSelectedValue : <ContextName>.<LookUpColumnName>.Value and items : <ContextName>
Still the problem is same.
Please help!!!!