Skip to content

Word Get Property

Type: word-get-property  ·  Package: Word Activities v1.0.0  ·  Output: object

Reads a metadata (property) of the document: its title, author, subject, creation or modification dates, etc. Useful for classifying or auditing documents based on their information.

Returns the value of the property indicated in property. Accepts session or path — see the two modes.

ParameterEditorDescription
propertylistProperty to read: Title · Author · Subject · Description · Keywords · Category · Created · Modified.
ParameterEditorDescription
sessionsessionWord Open session (instead of path).
pathexpressionRoute to .docx (fast mode).

Returns a object with the property value.

Word Get Property path = = ruta property = Author → output: autor
Log message = = "Documento creado por: " + str(autor)