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
Depends on where do you want the document? If you need it in a process then call integration to get document from s3 in process model. if you want to show in UI then get document from s3 to appian folder first then show to user using documentViewer.