SOLVED

How to datestamp "Becomes MQL"

Go to solution
Anonymous
Not applicable

How to datestamp "Becomes MQL"

My client wants a record of the date a lead became an MQL and I suggested we simply add a date field - "MQL Date" - and that I could have the campaign that changes Lead Status to MQL also set the MQL Date field to the current date. Great suggestion, right? Except now I can't figure out how to set the date field! Surely there is a way to have a flow step that sets a date field to "today" where "today" is whatever the current date is? Please help!

Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Anonymous
Not applicable

Re: How to datestamp "Becomes MQL"

Use the {{system.dateTime}} token with a Change Data Value flow step.

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Re: How to datestamp "Becomes MQL"

Use the {{system.dateTime}} token with a Change Data Value flow step.

Anonymous
Not applicable

Re: How to datestamp "Becomes MQL"

Thank you! I knew it had to be something simple like that.