Timestamp when another field is updated

Anonymous
Not applicable

Timestamp when another field is updated

Hello - I'd like to capture the time and date of when another field is updated - how do I do this?

3 REPLIES 3
Steven_Vanderb3
Marketo Employee

Re: Timestamp when another field is updated

Use a trigger campaign.

Trigger:

Data Value Changes : (Field you're looking to track)

Flow:

Change Data Value: Attribute = (Field holding your timestamp), New Value = {{system.datetime}}

Anonymous
Not applicable

Re: Timestamp when another field is updated

Thank you - what about when a new record comes in, it wouldn't be recorded as a value change as it's simply recording for the first time, but would like to know when we first captured data in that field. Is this possible to do in a similar way?

David_Lyons
Level 2

Re: Timestamp when another field is updated

Use the Lead is Created trigger with a filter on the field you're tracking. Set that to the value(s) you're tracking, or just Is not empty . When a new lead is created, the person will qualify if they match the filter criteria.