How to extract the name of the person who created ...
# suiteanalytics
c
How to extract the name of the person who created the record - using System Notes ? Tries : CASE WHEN {systemnotes.type} = 'Create' THEN {systemnotes.name} ELSE END but is not working