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,
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.
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.