Hi, thanks for the reply.Anyway we tried with Javascript but with no
luck.If we use someting very basic like:<%var products =
context.rtEvent.ctx.products;%><%for each(var product in
products) {%><%=product["productName"]%><%}%>we got
that(1) when we save the delivery, ACS rearranges the markup, moving the
for-loop outside the table, someting like<%for...
{><%}>...(2) as productName prints "undefined" (while we
are sure that "productName" is passed via API call)What are we
missing?ThnxFabio