I’m trying to pull in variable values from a SSJS continent block.
I’ve looped over a base name to create incremental variable names.
It is putting out the literal variable names in to the email as opposed to the values (in attached image). I’m curious if I missed a step or need to wrap it something.
%%=ContentBlockbyKey("ssjs_testing")=%%
%%[
FOR @i = 0 TO 2 DO ]%%
%%[ SET @test_data = Concat('%%=v(@mls_number_0', @i,')=%%')]%%
<p>
</p>%%=v(@test_data)=%%</p>
%%[NEXT @i
]%%