Skip to main content
October 10, 2024
Solved

Where is the document content available

  • October 10, 2024
  • 4 replies
  • 0 views

I have a form where user can upload document, I can see the documentId and the document name in localvariable in the form, but when I try to resolve the document content, like using excelreadcellsbynumber.

But it feels like the document content is not available, does it mean the document is actually not uploaded at the moment.

Since this form is a startform of process A, I try to use startProcess in this form to initiate another process B, but it seems the document is not available in process B as well.

Can anyone explain if there is a rule that document content will only be available after submit this form

    4 replies

    October 10, 2024

    Thank you Stefan!

    somasundaram.d
    October 10, 2024

    You can also achieve it using a!submituploadedfiles()

    stefanhelzle0001
    Brainy
    October 10, 2024

    Appian documentation says: "Note:  In interfaces with file upload or signature components that are used outside of start forms or tasks, if you don't use this function, the file will not be saved to the target document or folder. This function cannot be used in interfaces that are used in start forms or tasks."