Set Variable wont become array

I don’t know what I’m doing wrong but I can’t for the life of me get this to turn into an array. Any idea what I’m doing wrong?

1 Like

Hi @Nick_Lee
If you want to create and empty array you can use parse json:


Output:

Just use an add(emptyarray) call and you’ll return an empty array. This won’t use an extra operation either.