Fetch attachments from server

Hi Team,

I have few files which get downloaded in my Appian server. I have a requirement where I need to pull these files from server and make these files available to the user. Can someone suggest how to achieve this?

Also if I want to send these files from server as an attachment in my 'Send Email' smart service, will I be able to do that? If yes, please tell me the process.

Any suggestion would help.

Thank you

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    You can get these documents if you know the document Id of the generated documents and you can use a!documentDownloadLink() component or a!documentViewerField() to make it available to the user for viewning or downloading purpose, please add more details so that we can answer more specifically.

    For sending these files, you'll see "Add attachments" option when you configure Send Email smart service.

Reply
  • 0
    Certified Lead Developer

    You can get these documents if you know the document Id of the generated documents and you can use a!documentDownloadLink() component or a!documentViewerField() to make it available to the user for viewning or downloading purpose, please add more details so that we can answer more specifically.

    For sending these files, you'll see "Add attachments" option when you configure Send Email smart service.

Children