Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hmm it dosnt work. When I put a typed string in, it works, but when i use my lead. attribute, it dosnt work anymore.#set($mytime = ${lead.dKSmartstarttidspunkt})$mytime (this displays as 2016-09-05 10:20:10)They i try to use it in the code, and it just shows nothing 😞#set( $inTimeZone = $date.getTi...
But its not a string to Date Object, its a fieldtype of Datetime. Does that change anything?
Thanks 🙂And to print the time it should just be #set( $inTimeZone = $date.getTimeZone().getTimeZone('America/New_York') )#set( $outTimeZone = $date.getTimeZone().getTimeZone('America/New_York') )#set( $locale = $date.getLocale() )#set( $myDate = $convert.parseDate(${lead.dKSmartstarttidspunkt},'yyy...
But this has nothing to do with timezone and local time, I just want the Time (HH:mm) from a timestamp a lead have on the profile.Otherwise i could make it to a string, and just take the last 5 charaters which is the time.
HiI got at timestamp on a lead, but I want to show the date one place, and the time another place in an email.So this:2016-09-06 11:00:00Should be:11:00And this:2016-09-06 11:00:00Should be:06-09-2016My guess is that it involve some $dateformat with email scripting, but not sure how its written.
This is a paid service, so I will just make my own webhook and firebase database. But thanks for the reply
The ****-mail is just a "l.o.s.e.r"-mail, nothing dirty 😉Ok, hopes he can help with a solution that can be made without to much database/webhooks.I know a solution with a firebase/SQLbase and stuff, just really hoped Marketo had the solution buildin.
Hi, I got a client who wants an instant win setup. So basicly every 50th who signup through a form, should get a "winner-mail", the rest, just a "loser-mail".I'm not sure if its possible in Marketo to see when a person is the 50th, 100th, 150th who signup. I was thinking about making some kind of gl...
HiSince the documentation is awful I have to ask here.In a flow for a smart campaign I want to make a New Value for a timestamp and set it to "TODAY / NOW() / SYSDATE(), or what ever Marketo calls it.Im not sure if its a company secret since they are hiding this information.
correction: I have now set the flow live