Hi, I'm trying to see if there is a way to include a view name of the
personalization block is constructed instead of explicitSpecifically:I
have 3 personalization blocks with their internal names as 1234_p1,
1234_p2, and 1234_p3In the delivery template, I defined a variable "var
id = '1234'"What's the correct syntax, if allowed, for the include
statement. e.g., <%@ include view=''' + id + '_p1' %>Thanks!Jim