Hi everyone, I ran into the following problem: I have a job model that downloads files from an S3 bucket and stores the downloaded documents on a constant in document format. I would like to know if by clicking on the image given by the a!documentimage function from an interface, it is possible to start the process that downloads the file to me and then actually see the download of the file. What I do now is use 2 buttons, one to start the process model to store the document in the constant and another one to download the file from the updated constant into the a!documentimage, but I would like to combine the two and use just one click. Thanks in advance.
Discussion posts and replies are publicly visible
Not possible AFAIK.
I think your best bet is to link directly to S3 which is hopefully accessible via the same SSO mechanism as your Appian instance. Otherwise, you'll have to pre-download the files somehow.
Hi sir, unfortunately the direct link from the bucket it's not possible. I've tried to use the getpresignedurlfors3() function from the amazon s3 plug-in, but it doesn't generate the url. Instead the download/upload s3 plug-in works well on process models