yannip
October 17, 2018, 9:20am
1
Hi all,
I’m adding a new list:
and I’m trying to give it the variable type “system.collections.generic” to have a list of strings, for which I later use “add collection” but I get the following error:
How can I assign the variable type so I don’t have validation errors?
PS: the namespace is imported:
2 Likes
Mr_JDavey
(Joshua Davey)
October 17, 2018, 9:40am
2
Hi there @yannip ,
Apologies if I’ve misunderstood.
You should be able to declare a list via your above method, but ensure you set the type.
For example:
This should prevent the “Not all generic types could be resolved” error.
Thanks in advance,
Josh
5 Likes
yannip
October 17, 2018, 9:43am
3
Thanks!! That’s indeed it!
1 Like