Re: Facing issue in edit option of survey app
Hello @Rajendra
I also did same kind of POC.
In my app, i was storing all my data in SP list and was displaying that list on a screen in Gallery control.
And there i gave a button Edit .
OnSelect of this button i was navigating to the first screen of my app to populate the controls on that page.
So basically if you are using a gallery control then u can use "Gallery.selected.ColumnName" on Default property of your controls.
But i think u r not using gallery so what u can do is make another column in ur SP List for user info and store the User Dsiplay name or User Email there.
Then onselect of Edit, compare the data from SP list to the Logged in Users Email or Display Name. And then use that info to populate ur controls.