Document Download without user action

Certified Senior Developer

Hello All,

I have a requirement to get the document, Currently document is not there in Appian as it is stored in S3 bucket and coming as url to Appian.

When user clicks on that url,  document is getting downloaded. But I need that document without user action. Is there any way to do that?

Thanks in Advance!!

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Senior Developer

    I am assuming on user action you need to download the document into your system. Currently, there is no way to do that without an user action. 

    Alternatively, if you want to save the document into Appian, pass the url as input to an integration object which will help in downloading the document into Appian. Choose method as GET and keep response body parsing as convert binary to appian document.

Reply
  • 0
    Certified Senior Developer

    I am assuming on user action you need to download the document into your system. Currently, there is no way to do that without an user action. 

    Alternatively, if you want to save the document into Appian, pass the url as input to an integration object which will help in downloading the document into Appian. Choose method as GET and keep response body parsing as convert binary to appian document.

Children
No Data