Hello All,
Hope someone out there has a solution for an issue I'm running up against in a PowerApp that I'm working on.
Here is my situation:
I have made a custom edit form (manually, not with the Edit Form tool). The form is getting input from the user and sending it over to a SQL Database, it is working great! After a user enters data on the form, I have it updating a gallery below it, so as an item is entered, the connection refreshes and shows the new item, etc.
Now, to make this work a little better, I'd like to give the user the ability to edit the data in the gallery. I've gotten that mostly setup for all of the manual enries. Basically, instead of labels, I've made all of the fields text input boxes so the user can click a Pencil and all of the items in the gallery become editable as text. My problem is how to deal with two dropdowns in there that I want the user to be able to change as well.
So here is my question:
How do I configure the dropdown list so that it:
1) inherits the value for that item in the gallery from the SQL source and
2) still allow the user the ability to change the inherited value by selecting one of the other items in the dropdown list?
Any advice would be greatly appreciated!