I'm trying to create a workflow that sets the TRANDATE field on the new record equal to the source record when the COPY RECORD action is used. I've configured the state to fire on CREATE / BEFORE RECORD LOAD / COPY. I can get an explicit set field value action to work, but I'm struggling to populate the new record with the old record's TRANDATE. I'm trying to use a formula of {createdfrom.trandate}. This just results in a blank date field. Any tips on what I may be doing wrong?