Another question. Sorry. What if I have an idea to create a separate doc type with the author, bio and position and get the field values from there:
Example:
Column name: postedbyPosition1
Then I say something like:
{% if (CurrentDocument.NodeOwner == 811) { return " + postedbyPosition1 +" } else return { "" } |(identity)GlobalAdministrator%}
Can I write it like this? Is the script above correct?