Comments on: Looping through XML with AMPscript Advanced Level https://www.myampscript.com/looping-through-xml-with-ampscript-advanced-level/ Wed, 25 May 2022 23:29:58 +0000 hourly 1 https://wordpress.org/?v=6.3.2 By: admin https://www.myampscript.com/looping-through-xml-with-ampscript-advanced-level/#comment-99 Wed, 25 May 2022 18:42:59 +0000 https://www.myampscript.com/?p=919#comment-99 In reply to Marcos.

Hi Marcos, thank you for your comment. So for this tutorial, you’ll want to create a test sendable data extension that has a text field called XML. We then stuff the payload inside the [XML] field which is included in the sendable data extension. The string that says “SET @XML = [XML]” takes the payload from that field and assigns it to a variable called @XML. The AMPscript logic then parses through that data. I hope this feedback helps, good luck!

]]>
By: Marcos https://www.myampscript.com/looping-through-xml-with-ampscript-advanced-level/#comment-98 Tue, 24 May 2022 19:28:55 +0000 https://www.myampscript.com/?p=919#comment-98 Hello, thanks for sharing you knowledge with us, I got a question, how the AMPscript will know of what DataExtension I want to use ? thanks in advance

]]>
By: admin https://www.myampscript.com/looping-through-xml-with-ampscript-advanced-level/#comment-9 Thu, 20 Jan 2022 17:35:22 +0000 https://www.myampscript.com/?p=919#comment-9 Hi Everyone! Feel free to pull the full code from the link below. I hope this helps.

Looping through XML with AMPscript (Advanced Level)
https://gist.github.com/nmaratasdev/8406c3797864b6b80aa8f9f1f5e36b95

]]>