Hi,
is possible to declare more complex variables in Mongoose Form Designer?

Now I am able to declare only simple String variable. Is possible to declare for example List<String> or something more complex like List<MyClass>?
My interest is in passing more complex structures like List<MyClass> between forms. Is that possible?
Thanks.