How to get the document ID from Appian documents.

Certified Senior Developer

How to get the document ID from Appian documents.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Senior Developer
    in reply to Stefan Helzle

    Thank you, your suggestion helped me achieve the user requirement of export to Excel and downloading from an interface on a Site. i used a!startProcess to trigger the process model asynchronously and it passes back the document ID where I got it by doing toInteger(pv!documentName) in the process model. Then in the interface, I did todocument(local!documentId)

Children