Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

AsmitaSingh
AsmitaSingh
Online

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
4

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by AsmitaSingh
Customize the badges you want to showcase on your profile
Re: How to read a XML stored in a variable as memo data type (from schema) and pass its content to Personalisation block? - Adobe Campaign 10-02-2022
Hi @David_Loyd ,I have tried it already and it works but requirement I have is more complex so have changed the approach.Thanks for sharing the approach & explaining it

Views

166

Likes

0

Replies

1
Re: How to read a XML stored in a variable as memo data type (from schema) and pass its content to Personalisation block? - Adobe Campaign 03-02-2022
Hi @Jyoti_Yadav ,Thanks for your response.I am not sure if suggested method will be feasible as the XML is really complex, sharing an example below:xyz@xyz.comabc XYZ abs xxx 567 abc nm nm Not the best example though.Suppose we are recording address record from last 10 years.Recipients.Location.country can have multiple records depending how many countries person has lived in.Similarly sub nodes will vary,Recipients.Location.address.countyRecipients.Location.address.city.postcode etcBased...

Views

196

Likes

0

Replies

0
How to read a XML stored in a variable as memo data type (from schema) and pass its content to Personalisation block? - Adobe Campaign 02-02-2022
Hello,I am trying to create a table with dynamic rows & columns via a personalisation block.I have XML stored in a memo data type variable in schema.The problem is I am not able to read the xml in Personalisation block as its not part of targetData.It always give me empty value.I have tried to add to target Data in the workflow but if I assign it to some variable via sesssion.write, gives me error on string length (obvious as 255 char is max). Is there any way I can increase the length or any ot...

Views

218

Likes

0

Replies

5
Re: How to read memo data type from schema and display on delivery? - Adobe Campaign 25-01-2022
@LaurentLam I am trying to implement something similar but via personalisation block. The problem is I am not able to read my xml stored in a memo data type variable in Personalisation block.It always give me empty value.<% var rate = targetData.rawDatadocument.write(rate);%>and if try to refer to child nodes, it says targetData is 'undefined'<% var rate = targetData.rawData.person.discount;document.write(rate);%>Could you please help me if I am missing anything? Thanks

Views

473

Likes

0

Replies

0
Likes given to