
Announcements
I have a grid list in my case form. I want to add a new record but i need to upload files and have add ted the File column to the form. However to use this, i need to save the record first then reopen it to edit the form.
is there a better way to do this? Without using the Attach file process on the basic form because this one will add the files in notes.
Because i am editing a subgrid if i use a multi step web page, then i have an issue because when i close the web pag
I've had a similar requirement in the past, and the way I solved it was by adding a JS that would re-open the modal after creating the record.
See if this article helps: http://oliverrodrigues365.com/2020/11/22/power-apps-portals-javascript-tip-03-load-edit-modal-after-record-creation/