Avatar

Community Advisor

Hi @kevinh95689533 - String data type is limited to 1024 characters by default. If you want to store > 1024 chars you need to use a memo element field instead.

I had issues trying to write to a memo element using xtk.session.Write, so I used sqlExec() instead. Just make sure to properly sanitize the input if it is from external sources (webform etc): https://experienceleaguecommunities.adobe.com/t5/adobe-campaign-classic-questions/xtk-session-write-...

Cheers

Darren