Unable to access createdBy field

I’ve created a workflow that copies data from one module to another. However I’m getting an error when trying to access createdBy field. I’ve verified that it is indeed present. Following is the module I’m trying to copy from

and here is the workflow with the error message

Not sure what is that I’m doing wrong here?

Hello Ashabab,

In order to access the system fields, you don’t need to mention “values” between record and the system field.
If you want your expression to access the createdBy field, you should simply write : “record.createdBy”. The expression “record.values.field” is only for a created record field.
Hope this helps.
Niko

1 Like

Thanks Niko,

That fixed the issue.

Atif

1 Like