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
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
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.
Thank you, using the document sandbox was the part I was missing.
This topic was automatically closed 12 hours after the last reply. New replies are no longer allowed.