Hey I need to use a for loop to loop through a csv file where someone
can have multiple streaming subscriptions. For this I used javascript
(code below) in my delivery via legacy editor, but when I save my
delivery and go back to check the code it has jumped. This is my
code:NameSubscriptionCostHas
App?<% for (var i=0; i<% =targetData.fileImport[i].streamingName%><%
=targetData.fileImport[i].monthlySubscription %><%
=targetData.fileImport[i].monthlyCost %><%
=targetData.fileImport[i].hasApp%> <%...