Hi All,
Use Case:
I have to send an email to customers who have purchased items. I have to send email with item image links which customers have purchased.
Approach followed:
I have created two schemas for this Order, OrderLineItem. I have followed the below steps in workflow.
Issue:
The above approach works fine when each variable itemNameImage in collection holds value whose size is less than 255. When it exceeds size 255, campaign throws error as in screenshot below.
Any help would be great !!
Solved! Go to Solution.
Views
Replies
Total Likes
Hi Santhosh,
I'd suggest reviewing the following thread which goes through numerous solutions for this. It's for Campaign Classic but the premise is the same. Standard string fields will only allow a max of 255 characters and there isn't a way to change that. So the only option would be to change the field at the schema level to a data type that allows for more than 255 characters.
You'll need to update the field at the schema level to something like a LongValue.
Regards,
Craig
Views
Replies
Total Likes
Please check the length of the itemNameImage field, I think the length is restricting.
Views
Replies
Total Likes
Thanks for the reply @raj_mandalapu
Yes, The length of itemNameImage is getting restricted by default to 255. But i want to store more than 255 characters. The problem is i am not able to change the itemNameImage field length in Enrichment activity. Please share your input if this collection field "itemNameImage" length can be changed.
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Yes, the temp table field length is 255 characters, so because of this, it is trimming additional characters, but I dont see JS step to create temp tables in Adobe Campaign Standard
Please check this link, there are multiple options to create the temp table
Views
Replies
Total Likes
Hi Santhosh,
I'd suggest reviewing the following thread which goes through numerous solutions for this. It's for Campaign Classic but the premise is the same. Standard string fields will only allow a max of 255 characters and there isn't a way to change that. So the only option would be to change the field at the schema level to a data type that allows for more than 255 characters.
You'll need to update the field at the schema level to something like a LongValue.
Regards,
Craig
Views
Replies
Total Likes
Views
Likes
Replies