Avatar

Level 1

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 other method via which I can get it added to target data?

I have also tried using queryDef in Personalisation block which gives me error, 'xtk is undefined'.

My final requirement is to access nodes of XML in Personalisation block.
Any suggestions?

Thanks