-
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).
-
I know, the title is a bit of a stretch but hopefully the quality of the article will make up for it!
-
As a bit outside my normal articles, I wanted to share some of the native Javascript array capabilities that can be mimicked in Salesforce Marketing Cloud Server-side Javascript. Now, for many this may not be super useful as it is a good amount of effort to get this to work correctly, but there is a […]