SFMC AMPScript Flexible Content Areas with XML Interfaces 3
%%[ | |
set @node = BuildRowsetFromXML(@productXML,concat("/products/product[",@productPos,"]/productImageURL"),1) | |
set @productImageURL = Field(Row(@node, 1),'Value') | |
]%% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment