Skip to content

Engineered Code Blog

Month: December 2023

Power Pages: Adding a Custom Form Modal to List Action Buttons

December 8, 2023 6 Min.To Read

Recently there was a comment on my blog Power Apps Portals: Related Entity as Source of Next Web Form Step about adding a custom Edit button to a list or subgrid. In this case, rather than editing the main row in the table, they wanted to edit a row that was related to the main row. If you want the edit form to pop up in a modal, it requires a bit of JavaScript. In this post, I’ll go through what you need to do in order to achieve this functionality.

Back to top