Hello,
Can anyone help me on this.
I need to put the name of the user that last change a document in a field. I can put the date
of change (@modified) but not the user. I don’t know any function ?
Hello,
Can anyone help me on this.
I need to put the name of the user that last change a document in a field. I can put the date
of change (@modified) but not the user. I don’t know any function ?
Subject: Try: @Subset($UpdatedBy; -1)
Subject: Use a computed field
Add a computed field with the formula:
@Username
If you want just the user’s common name, use the formula:
@Name([CN];@Username)