I am using Continuous Delivery and trying to access targetData which I
have queried in previous activity. However, targetData is not access in
delivery template of continuous delivery. How do I access targetData in
delivery template of continuous delivery?If I use below script in my
delivery template, the output is a in below screenshot. Script:<%=
typeof(targetData) !== 'undefined' ? targetData.productName :
"targetData is not defined" %><%= typeof(targetData)
%>Output:Thanks,Rajasekar J