SOLVED

How do I set an automatic date on custom field?

Go to solution
Anonymous
Not applicable

How do I set an automatic date on custom field?

Hi,

I need to record the date a campaign is requested from Salesforce. I know each program can store a date as "member date", but I can't read this info in a full CSV export, so I need an actual field to store this particular date. I dont mind to do it for this program, because it's kinda important, but would like to know how I need to set up correctly this on the campaign flow. Right now is empty and I don't know what should I put to store the day the campaign is requested.

question.png

Thank you

1 ACCEPTED SOLUTION

Accepted Solutions
Josh_Hill13
Level 10 - Champion Alumni

Re: How do I set an automatic date on custom field?

{{system.dateTime}}

this is all on docs.marketo.com under system tokens.

View solution in original post

3 REPLIES 3
Josh_Hill13
Level 10 - Champion Alumni

Re: How do I set an automatic date on custom field?

{{system.dateTime}}

this is all on docs.marketo.com under system tokens.

Anonymous
Not applicable

Re: How do I set an automatic date on custom field?

Ok I updated my flow and I guess it will work fine. How can I copy the "member date" to this new field and apply that to my older members of the program?

Thanks.

Anonymous
Not applicable

Re: How do I set an automatic date on custom field?

Thanks so much, I didn't knew where to look... I also thought that there was another way to do it, but thanks so much for the answer !