Appian: Query Documents from the Document managed records
For Appian‑stored documents, once you have the document ID from the record type, you can pass that document directly through process…
Appian: Query Documents from the Document managed records
- For Appian‑stored documents, once you have the document ID from the record type, you can pass that document directly through process variables and nodes (no special smart service needed)
- For External-stored documents, use the “Return External Document” smart service with a record from your document management record type.
- A single record type cannot manage documents from both sources.
- Appian recommended to create related document type to store documents seperatly.
- Only one document field per record type. If you need more document related data, you should create a related document management record types.
Appian‑stored docs: How to retrieve the document?
Use a!queryRecordType() on your document management record type to get the document identifier field (for Appian‑stored docs)

Appian‑stored docs:How to retrieve Document properties:
Document properties like name, description, extension, createdBy etc.. in Appian out of the box Document Record type.
For the out‑of‑the‑box Document record type, you don’t query it directly; instead you query your “parent” record type and pull fields from the related Document record type.

Externally‑stored docs: How to retrieve the document?
For externally stored documents, pass the entire record to the component (Appian will call the configured download integration)

메타데이터
- post_id
- a80fd2b7559c
- slug
- appian-query-documents-from-the-document-managed-records-a80fd2b7559c
- url
- https://medium.com/@vskreddy/appian-query-documents-from-the-document-managed-records-a80fd2b7559c
- canonical_url
- https://medium.com/@vskreddy/appian-query-documents-from-the-document-managed-records-a80fd2b7559c
- author_url
- https://medium.com/@vskreddy
- status
- ok
- fetched_at
- 2026-07-11 11:04:43