SOLVED

Set a date field to now

Go to solution
Anonymous
Not applicable

Set a date field to now

Hi,
We're trying to use marketo to Time/Date Stamp a custom field in SFDC once the value of another field reaches a particular value.  Is it possible to set this in the Flow so that the "Attribute's"  New Value = "Now()".    Any insight is appreciated.
Thanks,
 
Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Dory_Viscoglio
Level 10

Re: Set a date field to now

To expand on Justin's answer a little, you can do a flow step with a Data Value Change of your field, and new value is {{system.datetime}} which will stamp both the time and date.

View solution in original post

2 REPLIES 2
Justin_Cooperm2
Level 10

Re: Set a date field to now

Dory_Viscoglio
Level 10

Re: Set a date field to now

To expand on Justin's answer a little, you can do a flow step with a Data Value Change of your field, and new value is {{system.datetime}} which will stamp both the time and date.