Hi@hxb303,
Based on the issue that you mentioned, do you want the Dropdown to display the previously selected when re-open the app?
Could you please share a bit more about the scenario, do you mean that it works in Edit/Play mode but not the time when you reopen the app?
The key is that you should have a target data source where you save your Dropdown selected. For example, you select "Yes" in the Title field which belongs to the first record, at this situation, the ID of this record will be "1". And this is how you save your Dropdown selected.
There is an SP list named 'dropdown' in your scenario, you need to check which record the Dropdown selected belongs to.
I have a test on my side, please take a try as below.
Set the Items property of the Dropdown as below:
dropdown
Set the Default property of the Dropdown as below:
LookUp(dropdown,ID=1,testdropdown)
Note: The 'testdropdown' is my column to store the Dropdown selected value, please replace it with yours.
Best Regards,
Qi