For some reason my save button is not working. I have a form that is in view mode and populated based on a dropdown menu. I have a button to update any information in the form (turning the form to Edit mode).
I have a Save Updates button that was working - and still is to some extent. It's saving the updated information that the user changes (I see the info my in SharePoint list). However, it's resetting the form to a blank screen. Here's what I have for my Save Updates button:
DisplayMode = Edit
OnSelect = SubmitForm(form_OrgInfo)
Visible property = !(form_OrgInfo.Mode = FormMode.View)
Do you know why it would be doing this?
Hi @ttaylor ,
What is the Item property of your Form control?
Regards,
Mona
Item = OrgDropDown.Selected
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
User | Count |
---|---|
197 | |
68 | |
46 | |
41 | |
27 |
User | Count |
---|---|
254 | |
121 | |
84 | |
80 | |
73 |