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

patrick12345
patrick12345
Offline

Badges

Badges
8

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
5

Posts

Posts
5

Discussions

Discussions
0

Questions

Questions
5

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by patrick12345
Customize the badges you want to showcase on your profile
Re: Using instance variable (string >255 characters) in delivery - Adobe Campaign 18-11-2019
Thank you! I marked this as the correct answer because it solved my issue. But with this solution I can't use "Continuous Delivery" because the activity doesn't have a "Script" tab. I use now multiple "Delivery" activities instead and this works. If somebody knows a solution for "Continuous Delivery" activity feel free to post.

Views

7.2K

Likes

0

Replies

0
Re: Using instance variable (string >255 characters) in delivery - Adobe Campaign 15-11-2019
Hi,This looks promising. Output in "View population" looks ok. However, when I use "XML Memo" (@test) in the continuous delivery it is empty. <%= targetData.test %>Any idea?Thanks

Views

6.8K

Likes

0

Replies

0
Re: Using instance variable (string >255 characters) in delivery - Adobe Campaign 14-11-2019
Thanks for your replies.If I understand you correctly your solution implies to store the value of the variable into a field (of type CDATA or MEMO) of the recipient table. But I don't want to store the data in the database. All I want to do is to enrich the query/temporary-schema with the value of the variable, in order to use it in the delivery.This is my workflow:JS activity:Query activity (Complementary information):This activity fails if length(vars.mytestvar)>255; I don't want to store it i...

Views

6.8K

Likes

0

Replies

0
Re: Using instance variable (string >255 characters) in delivery - Adobe Campaign 12-11-2019
Hi,How to define datatype CDATA or Memo? Do you have a sample? Is there any documentation?What I want to do in the delivery is to further process the value of the variable using javascript and output in the HTML. My variable is a string that contains a collection of delivery IDs and Labels (comma separated).Thanks,Patrick

Views

6.8K

Likes

0

Replies

0
Using instance variable (string >255 characters) in delivery - Adobe Campaign 11-11-2019
Hi,In the script activity I defined a variable (string length>255):vars.cmpdeliveries = myVar123; //myVar123 is a string with more than 255 charactersIn the query activity, where I define the recipients, I add the variable above using 'complementary information' (also tried with enrichment activity, but end up with the same error).Label: CmpDeliveriesExpression: $(vars/@cmpdeliveries)Alias: @cmpdeliveriesWhen running the workflow I get an error:ORA-210000 Oracle error: ORA-12899: value too large...

Views

17.3K

Likes

5

Replies

10