Octopus Array Variable

I’m trying to create an Octopus Prompt variable to contains an array of Octopus Variable.

e.g.
[#{BrandDetail[TEST].ActivationStep},#{BrandDetail[TEST2].ActivationStep},#{BrandDetail[TEST3].ActivationStep}]

This does not seem to work.
Am I doing something wrong?

Hi,

Thanks for getting in touch. This won’t work because the entire content that you put into the Prompt variable will be treated as a single string. Octopus has no way to know those should be parsed as variables.

Regards,
Dalmiro