Skip to main content
anveshs420634
July 14, 2025
Question

Single click on User interface which downloads file using presigned URL and submits the form

  • July 14, 2025
  • 3 replies
  • 0 views

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?

3 replies

stefanhelzle0001
July 14, 2025

I do not know of a way to do this in a single click.

shubhama926776
July 14, 2025
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.

harshas2775
July 14, 2025

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.