Hi All, trying to reference a record's "Created By...
# suiteflow
m
Hi All, trying to reference a record's "Created By" field in a workflow action's condition. Is this possible? I do see a custom field that was created by my predecessors called "Created By" possibly as a workaround? Thoughts?
r
Yes, that's generally available in all WF records.
m
Just got off the phone with NS Support and it looks like it's not possible since it's stored in the System Notes. In order to do it, I have to create an initial state on record creation and store the user that created it in a Workflow variable. Then the original state (now my 2nd state) would refer to the workflow variable.