Get placeholders: Introduction


dynadocx defines placeholders (variables) in templates with the syntax ${VAR}, where VAR is the name of the placeholder (variable), which admits any value, and ${ } are the symbols used to distinguish them from the rest of the elements of the document.

Among the available actions when executing dynadocx there is get_variables, which returns a JSON with the existing variables in a DOCX.

Icon