How to get Document Viewer Field working

Certified Senior Developer

I been trying to get a document upload it into Appian and also being able to display it using the document viewer Field , but I get the message that is either deleted or not in system. Can someone please show me an example of how to set it up please.

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer

    This will not work with newly-uploaded documents, until the form they're uploaded on is submitted. 

    Until that point, they exist in a special "quarantine" area in the Appian filesystem, where they're not accessible by conventional means (including as targets of the "document()" function, and the preview field).  Such uploads are only moved to their final "target" location after form submission.

Reply
  • 0
    Certified Lead Developer

    This will not work with newly-uploaded documents, until the form they're uploaded on is submitted. 

    Until that point, they exist in a special "quarantine" area in the Appian filesystem, where they're not accessible by conventional means (including as targets of the "document()" function, and the preview field).  Such uploads are only moved to their final "target" location after form submission.

Children