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
Anvesh Shetty said: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
Using single click it's not possible to achieve this.A single click cannot both submit the form and download the file. Need at least 2 click.