Hi Everyone,
I have a problem when i edit a record, the dropdown list field(called USER_NAME_SPS from Onedrive) seems will refresh and get first person name, instead of get the original record from Onedrive(Pictrue 1&2). But the problem only happen on opening the app at first, when i edit another record, the dropdown list field works normally.
My dropdown list field is searched by a textinput box, and default the textinput box:Thisitem.USER_NAME_SPS.
And set the dropdown list's item property:Office365Users.SearchUser({searchTerm:TextInput1.Text,top:999}).
I tried these ways below, but they are still unworkable. Have any other solution? Thanks.
1. Set the card's default: EditForm1_3.LastSubmit.USER_NAME_SPS(Picture 3)
2. Set the dropdown's default: EditForm1_3.LastSubmit.USER_NAME_SPS(Pictrue 4)
Pictrue 1:Edit a record

Pictrue 2:In edit form, USER NAME's dropdown list value is not correct

Pictrue 3:

Pictrue 4:
