Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
OK, so wherein lies the problem? Just create a velocity token, format your numbers inside the token as required, and then output the numbers. As long as you just output them as plain text, they'll get the formatting of the surrounding HTML. What have you tried thus far? CheersJo
Often, I'll create a field in SFDC on various fields called something like Needs Resync, and I set it to be a date time field. Make sure the field is mapped from SFDC to Marketo. Running a flow to update the field is pretty straightforward. Equally, you can export all opportunities, get their ID, a...
@ashah123 ,if you want to permanently alter the value of the link, I'd use FlowBoost (https://flowboo.st/). You could have a single triggered campaign that looked for changes in the booking link, and if the booking link started with https:// then call FlowBoost with some simple JS code to remove th...
@SanfordWhiteman wrote:Much as I adore Velocity, I’d also wonder exactly why Velocity is being used here. You can concatenate/interpolate {{my.tokens}} into URLs outside of Velocity, and it doesn’t look like you’re really manipulating the values (which would require Velocity)?@SanfordWhiteman , my b...
@deepikachandar , I've edited your post to show your code as code.There are a few problems that I can see.This line here #set($equipmentName = ${my.equipment}) doesn't need the {} around $my.equipment. Ditto for the following line.However, your larger problem is that you can't directly access my to...
@NagaprabhuK ,Firstly, you need to be careful about the use of the word 'your'. These questions are not being answered by Adobe people, but by fellow community members who are giving up their time, knowledge, and energy freely to help you. If you want to talk improving feature sets (and trust me, ...
@Sant_Singh_Rath ,Firstly, I fundamentally agree with your premise. In these situations I've used a third party multi step form library, collected the data, and then pushed it all into a hidden Marketo form and submitted.Somewhere in the back of my mind, I'm sure @SanfordWhiteman has done something ...
@Jake_Kalinoski ,To Sanford's point about counting registrants, look at FlowBoost (https://flowboo.st/). It's a super handy tool that hooks into Marketo (both backend webhooks and landing page webhooks) to do things like count registrants (exactly what you need to do), get a count of registrants (a...
This is one of things you don't need to do often, but when you need it, it'll be a real time saving. Adobe, bring on more of these useful features.
All,in case anyone is wondering why @SanfordWhiteman 's last example works even with an empty email address; it's because a split on an empty string still yields an array with one (empty) element. The output string does have two spaces in a row (