Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!

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

0 Replies