I have read only grid backed by record type. Need to place download button using rich text icon in the grid which makes call to S3 using record action & gets presigned URL . Now user should be able to download the file and submit the form as well so that user land on Grid page with single click. Any suggestion to achieve this?
Discussion posts and replies are publicly visible
As already answered, in single click download and submit is not possible. So let the users download the document and close the UI using a button in the record action or you can have exception timer to close out the user input task in the record action.