Skip to main content
April 23, 2021
Solved

Upload Document

  • April 23, 2021
  • 1 reply
  • 0 views

Hi,

Basically, I need to upload a document into Appian BUT I only have the link for that document and I want to use it directly on my interface/process model.

there is a way to do it or I really need to upload it manually?

Thanks

    Best answer by stefanhelzle0001

    You could start a process in background passing in the link. The process can download the document. When you chain all nodes, you can directly react on the successful download and show the file in UI.

    https://docs.appian.com/suite/help/21.1/Start_Process_Smart_Service.html#a!startprocess()

    docs.appian.com/.../Integration_Object.html

    1 reply

    stefanhelzle0001
    Brainy
    April 23, 2021

    You could start a process in background passing in the link. The process can download the document. When you chain all nodes, you can directly react on the successful download and show the file in UI.

    https://docs.appian.com/suite/help/21.1/Start_Process_Smart_Service.html#a!startprocess()

    docs.appian.com/.../Integration_Object.html