When I use {% DocumentName %}, is that an alias for {% CurrentPageInfo.DocumentName #%}, {% CurrentDocument.DocumentName #%} or something else? The documentation doesn't seem to have the answer.
{% DocumentName %}
{% CurrentPageInfo.DocumentName #%}
{% CurrentDocument.DocumentName #%}
Thanks!
If you're using it in a transformation, then {% DocumentName %} is a column name from the dataset. If you're using it nearly any other place, then it's {% CurrentDocument.DocumentName |(identity)GlobalAdministrator%}
{% CurrentDocument.DocumentName |(identity)GlobalAdministrator%}
Please, sign in to be able to submit a new answer.