Hello, %%First_Name%%
This is a space for exploring what can be done with Salesforce Marketing Cloud
I’m Rafał Wolsztyniak, a Architect / Developer from Poland with over 6 years of working with SFMC. I like to experiment with code and you can see the samples below:
What’s new?
-
Retrieving Ghost Data Values from Deleted Data Extension Fields
Would you be terrified to learn that removing fields in data extension does not seem to remove their values from existing records? While working with SSJS a while ago, I discovered that the LookupRows function is able to retrieve “ghost data”.
-
HTML Table in Ampscript
Tabularize all the things! If you find yourself building internal tools like for non-SFMC users, you might need to display some data from SFMC in an table (either on a CloudPage or sent in an email to your team). Rather than reinvent the wheel each time…
-
I’m a 2023 Marketing Champion!
🏆 Personal achievement: Unlocked! It feels unbelievable to be able to say this: I have been selected be one of the amazing Marketing Champions representing Salesforce Marketing Cloud! 🎉
-
ChartFormer library
SSJS Library for data visualization in Salesforce Marketing Cloud I’m designing and developing a new SSJS script library with the intention to make visualization of data stored in Marketing Cloud easier. The library is available in the ChartFormer Library repository on GitHub, but please consider this…
-
SFMC Tips and Tricks Challenge
Sharing the wisdom Michał Rzepka started something amazing with his #SFMCTipsAndTricksChallenge on LinkedIn in which the members of the SFMC community were asked to share 3 tips about the system. Lots of people responded already sharing great tips for beginner and advanced developers alike. So, it’s my turn to…
-
Creating a Journey Builder log with Data Binding in the Update Contact activity
Data Binding Let’s assume you want to introduce some basic logging in your journeys and would want to write who entered a particular path. There’s no communication on that path and you don’t want to rely on code running while the message is prepared (some people…
-
Ampscript Countdown
I wanted to include a countdown in my Ampscript Wordle clone which would display the remaining time in of the following ways: Seemingly simple this one piece of information required a lot more code than I expected at first as we need to: Note I’ll admit…
-
Ampscript Wordle
Recreating the instant classic You might already be one of those people whose daily ritual includes solving the daily Wordle puzzle. Developed by Josh Wardle, this game has become a viral sensation and has probably made millions of people scratch their heads while searching for the right 5-letter…
-
Excelling at Dates
Pivot! Pivot! Pivot! If you have ever wanted to analyze some data exported from Marketing Cloud in Microsoft Excel, you might have noticed most dates are displayed incorrectly: some behave like strings and some are dates that appear to be different than you had in your…
-
Ampscript Tic-Tac-Toe
Have you ever wondered what fun things could be built with pure Ampscript? Yeah, Neither have I. I only thought about it for work. Inspiration Last year I was inspired by a documentary about video game creators in the 80’s and was amazed how they had…
-
Hello, SFMC World!
Welcome to yet another technical blog about Salesforce Marketing Cloud from a certified Marketing Cloud Developer with almost 5 years experience and a history of short affairs with various programming languages and frameworks. There’s not much here at the moment, but rest assured that I will…
-
Fizz Buzz Boing Bang Challenge
Participation Award > Nothing In September I took part in the FizzBuzzBoingBang coding challenge organized by Cameron Roberts on his blog. Well, I didn’t do as well as I thought, but I still was able to get a honourable mention (be sure to head there to see a nice trick…