
Hi,
I have this requirement where client want inline editing in the grids/entity list. Now I know it is not available OOB.
Need you help if there is any addon or plugin which can facilitate this.
There are some blogs (https://readyxrm.blog/2019/12/28/trigger-power-automate-flows-from-power-apps-portals) that suggested to build custom UI and to create and update use flows but I believe these flows are also not secure. So If there is anyway to make it secure that will be helpful as well.
Any help will be really Appreciated
You are correct in the issue of the flows not being secure. Its on my list to investigate using Azure API manager to make them secure and update that post. That being said, the Portal WebAPI (which is in preview) is a much more secure and elegant way to implement a editable grid. docs.microsoft.com/.../web-api-overview I did a presentation for the Power Platform Community conference that shows a simple editable grid: www.youtube.com/watch The code I used is on my GitHub here: github.com/.../morepowertoportals