Hello community,I'm trying to do a loop in the html and concatenate
fields that I want to retrieve in the mail with the increment value i of
the for loop,Here is the script I used but it didn't work, <%
for(var i=0;i<5;i++) { %> <%= i %> -
<%=context.targetData.AllWkf1.name_wkf %><%}%> What i
want is to concatenate the value i with the AllWkf and loop it until I
retrieve the values that I want,For Example :
context.targetData.AllWkf1.name_wkfcontext.targetData.AllWkf2.name_wkfcontext.targetData.AllWkf3.name_wkf
context.targetData...