Tag: Salesforce Marketing Cloud
-
How to Parse JSON and Upsert Data?
Question I’m trying to parse JSON data stored in a field (Product2) in a Salesforce Marketing Cloud Data Extension (DE) and then upsert the parsed data into another DE. I have written a Server-Side JavaScript (SSJS) script to retrieve the JSON from each row, parse it using Platform.Function.ParseJSON(), extract specific fields (like ProductCode, environment, etc.),…