Hi, I am new to Appian and working on a Prototype for a client. I have a use case to upload a set of files to a folder that is created for each new client and then view these uploaded documents in document viewer for review. Can someone provide some help to do this please?
Discussion posts and replies are publicly visible
Hi, check this link
https://docs.appian.com/suite/help/24.1/Document_Viewer_Component.html
And remember that when you upload files into Appian with fileUpload Component, the document won't be available until you call submitUploadedFiles() ...
But keep in mind that the function submitUploadedFiles() is ONLY to be used in Appian portals. Process start forms and user input task forms will automatically upload files once submitted.
Yes, but you can use it also in interfaces on a site for example, if no process is started...