Markus_Bianchi5

Markus_Bianchi5

Contact Me
Online Status
Offline
Date Last Visited
‎03-14-2025 09:11 AM
Level 2
Joined the community 17-04-2018
Rank Icon Level 2
Munich
  • solved badge Re: Velocity: Regex capturing groups

    If you already have the $output (the part that Sanford mentioned), I'd say that you can also do something along these lines:#set( $output = $input.replaceAll( $regex, "$1\u001e$2\u001e$3" ).split("\u001e") )#set( $outputA = $output[0] )#set( $outputB = $output[1] )#set( $outputC = $output[2] )

    image_type
    Discussions
    9050 0 0
  • solved badge Re: Velocity: Regex capturing groups

    Great, thanks, that's what I was looking for.

    image_type
    Discussions
    9120 0 0
  • solved badge Velocity: Regex capturing groups

    I was wondering if there's a possibility in velocity to use regex capturing groups? So, as a simple example, we may want to get "Some Name", "13:00" and "14:00" from the following input string: "Some Name: 13:00 - 14:00". There are multiple ways how this can be achieved but one possibility would be ...

    image_type
    Discussions
    9154 0 5
  • solved badge Re: T-Online.de Links Issues

    Just sent you some credentials. I'm afraid this is something that Marketo (or T-Online) have to fix but maybe you can find some workarounds.

    image_type
    Discussions
    6019 0 8
  • Re: Campaign and program tokens within an email script

    Thanks Sanford, I just tried to access the program id using your email script in this blog post but it seems like this doesn't work in my tests. I've tried it with several Marketo instances but always got something like this:Munchkin ID is MUNCHKIN_IDProgram ID is ${marketoSend.ProgramId}Campaign ID...

    image_type
    Discussions
    5000 0 1
  • solved badge Re: Velocity: Escape unicode

    Thanks a lot for the help and explanation, that works just fine!Oh, there is, I just cringe at the need.Me too

    image_type
    Discussions
    5621 0 0
  • solved badge Re: Velocity: Escape unicode

    We have to send a CSV file every time someone submits a form (so ideally as an attachment to an alert email). Since we can't attach files to emails in Marketo, we could... either use a web hook or similar to generate and store a CSV file externally and respond with a link to that CSV file that we co...

    image_type
    Discussions
    5621 0 2
  • solved badge Velocity: Escape unicode

    What would be the best / most efficient way in velocity to automatically convert (ideally all or at least some) special characters to the equivalent unicode escape code, e.g.Ä -> \u00c4,ä -> \u00e4Ö -> \u00d6ö -> \u00f6Ü -> \u00dcü -> \u00fcß -> \u00dfI haven't found some built-in function that can ...

    image_type
    Discussions
    5795 0 4
  • solved badge Re: Custom de-duplication: Create new cookie on form submit

    Sorry, my bad then, I thought it's fired before onValidate. Should've checked that.

    image_type
    Discussions
    1135 0 1
  • solved badge Re: Custom de-duplication: Create new cookie on form submit

    Yes, custom de-duplication should always be used but I don't want to reset the cookie too early. I could check all the fields manually in onSubmit as you've mentioned but in onValidate I at least know if the form is currently native-valid (without manual checks). But you're right, both options can b...

    image_type
    Discussions
    4889 0 3

Top Badges Earned

Customize up to 8 badges at the top of your trophy case for all other Community members to see!Customize up to 8 badges at the top of your trophy case for all other Community members to see!
  • Validate 1 Validate 1 Earned on 7.23.21 Earned by 687 people Select to learn more
  • Ignite 3 Ignite 3 Earned on 7.22.21 Earned by 1173 people Select to learn more
  • Ignite 1 Ignite 1 Earned on 4.21.21 Earned by 4261 people Select to learn more
  • Give Back 1 Give Back 1 Earned on 4.21.21 Earned by 4363 people Select to learn more
  • Give Back 10 Give Back 10 Earned on 4.21.21 Earned by 719 people Select to learn more
  • Give Back 3 Give Back 3 Earned on 4.21.21 Earned by 1973 people Select to learn more
  • Give Back 5 Give Back 5 Earned on 4.21.21 Earned by 1282 people Select to learn more
  • Boost 3 Boost 3 Earned on 2.08.21 Earned by 1807 people Select to learn more
Public Statistics
Date Registered ‎04-17-2018 12:56 PM
Date Last Visited ‎03-14-2025 09:11 AM
Total Messages Posted 16
Likes Received 4
Likes from