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 experience with SFMC.
What’s new?
-
📺 Upcoming Webinar: Why SFMC Experts Share Their Top Content
This Thursday, I will be taking part in a panel of experts hosted by the Salesforce Marketing Cloud Developers Group asking why people share their content online. I feel honored to be mentioned in the same list as the other panelists:– Cameron Robert– Eliot Harper– Gregory…
-
Basic Scripts to Work with HTTP Request Properties in SSJS
I developed a script o make working with HTTP requests on CloudPages and in Code Resources easier. Of course feel free to edit and remove any properties as as necessary – you might not need properties in every script. Example Response This would be returned after…
-
Create a Landing Page at the Root of your Private Domain
This is just a lucky accident that turned into discovering something I haven’t seen before. Slow Monday morning here, I’m making a new Landing Page and I forgot about the URL and Site Key fields, before I clicked Next. Lo and behold, I see something I…
-
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…