-
BuildRowsetFromJSON() is a new function that was added to AMPscript in the Summer 2023 release for Salesforce Marketing Cloud. It provides the ability for AMPscript to interact and iterate through a JSON Object or Array in a more native fashion. This is compared to previously when you would have to utilize a different platform language or utilize regex and substring, etc. (which was far from accurate, elegant or efficient).
-
There are two different ‘types’ of SFMC automations. We are going to be concentrating on File Drop Automations and the crazy Substitution Strings they can use.
-
For many people, JavaScript Math in general, and most especially Date Math, is imposing and inhibitive to utilizing the language in this way – especially for those coming in from AMPScript. When you are coming from a language that has specific functions built to do all the ‘nitty gritty’ for you, it can be upsetting […]
-
Now, you may be confused by what the fudge I mean by ‘Dynamically Creating Variables’ as in its essence, a variable is itself, dynamic. Basically what I mean is I am going to show you some AMPscript that will loop through and create multiple variables without needing to write out each one. Pretty neat, right? […]