Solved! Go to Solution.
Hi ShanP,
Both the Display form and the Edit form should have the same data source, and the Item property of them should be set to Gallery.Selected.
Then on the Display form screen, you could add a Button and set its OnSelect property as: EditForm(EditFormName);Navigate(EditFormScreen,none).
On the Edit form screen, you could add a Button and set its OnSelect property as: SubmitForm(EditFormName).
Reference documentations:
1. EditForm, NewForm, SubmitForm, ResetForm, and ViewForm functions in PowerApps
https://powerapps.microsoft.com/en-us/tutorials/function-form/
2. Understand data forms in Microsoft PowerApps
https://powerapps.microsoft.com/en-us/tutorials/working-with-forms/
Please try it on your side and feel free reply if you need more help.
Best regards,
Mabel Mao
Hi ShanP,
Both the Display form and the Edit form should have the same data source, and the Item property of them should be set to Gallery.Selected.
Then on the Display form screen, you could add a Button and set its OnSelect property as: EditForm(EditFormName);Navigate(EditFormScreen,none).
On the Edit form screen, you could add a Button and set its OnSelect property as: SubmitForm(EditFormName).
Reference documentations:
1. EditForm, NewForm, SubmitForm, ResetForm, and ViewForm functions in PowerApps
https://powerapps.microsoft.com/en-us/tutorials/function-form/
2. Understand data forms in Microsoft PowerApps
https://powerapps.microsoft.com/en-us/tutorials/working-with-forms/
Please try it on your side and feel free reply if you need more help.
Best regards,
Mabel Mao
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
214 | |
209 | |
84 | |
57 | |
36 |