How to stock an array into an orchestrator asset?

I’ve declared an array into the orchestrator as a Text type, but it doesn’t works.

How to create an array variable into orchestrator? I don’t see the type Array.

Thanks for your response.

You can try like give complete array in single line separated by some variables like comma(,) in the text type of asset.
Later in your code you can split the string by comma(,). However split activity results Array only.