
Announcements
Hello Everyone,
I'm trying to create a simple powerapp solution and instead of using 'editform' to add data to a SP list, i used textinput boxes using patch and reset formulas for the submit button to empty the boxes in case they want to input another entry.
Now, i want to use an edit form for a gallery ive added in case any users want to edit anything they've submitted. Is there any way i can do this? Thank you
Hi @JonathanL82
You should be able to do this quite easily by adding an Edit from, setting the Data Source property of the form to your SP list, and setting the Item property to the Selected property of your gallery (eg, Gallery1.Selected).