Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I have some data coming in with decimals and I was hoping to round it with velocity. For example, I have some numbers coming in as 34.36 and would like it to show 34.
Assumptions:Yes, the custom object is $scoutContentEngine_cListThe list has all 3 items in it. Proofpoint, subject, and EID. Is that what you mean?Yes, the field has the API named xLROppyIt's a text field. Does it need to be a string?QuestionsThere is no text after the token, but there is a button (...
Hi there, I tried to implement a simple velocity script to parse out a JSON object and it is giving me this error: Cannot get email content-
Lexical error: org.apache.velocity.runtime.parser.TokenMgrError: Lexical error at line 2, column 1. Encount
...Thank you! That was very helpful. Question - we are going to be using a JSON text area field for another campaign (I wrote in about the other day). There may be some properties that come in as blank ... does that break anything? For instance if we use this structure: "subject line" : "value1", "p...
We have a campaign launching that will be pushing data into a custom object. In the past (before I was with the company), we had them come in through one field via JSON string and then parsed out in velocity. We can still do that OR push the info into fields within the custom object. Here are exampl...
Does that work if we are having it sent in a string to one field which will then have velocity script to take it apart in an email?
So the format we were using in the previous campaign is prone to errors? Can you explain the separate named JSON properties?
hi there, My company is launching a new initiative that requires us to get personalized data sent to us through a content engine to Marketo viac custom object field and a JSON string. In past campaigns, we used pipes to separate the data points and then velocity scripting to piece it out and utiliz...