Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!

How to work with RTE collection in content block

Avatar

Level 2

Hello all,
How to work with RTE collection in content block?
Example:
I have some payload:
{"ctx":{"firstName":"string127","myCollection":[{"doc":"string127 #1"},{"doc":"string127 #2"}]}}


How to make from it an array? I need to get data for each doc from my collection.


<%
var myCollection= context.rtEvent.ctx.myCollection;
%>

<%=myCollection%> == [object EntityCollection] 


Best regards,
Aleks

1 Reply

Avatar

Administrator

Hey @oleksandr_herhovskyi

Could you please clarify if this is in context to Adobe Campaign Classic or Adobe Campaign Standard?

Thanks!



Sukrity Wadhwa