List Document metadata for workflow actions

Is there a way to get a list of available document instance variables that can be used in a workflow action?

For example, is this a valid variable
workflow_instance.document.metadata_value_of.MyMetaDataField

Thanks

1 Like

The properties dropdown in the workflow will only return the properties unique to the workflow.

Use the document sandbox to explore the properties defined for the document.

These can be accessed in the workflow by adding the prefix {{ workflow_instance. as you did in your question.

2 Likes

Thank you, using the document sandbox was the part I was missing.

2 Likes

This topic was automatically closed 12 hours after the last reply. New replies are no longer allowed.