you can try to Create a new variable. Select System.Collections.Generic.List<T>
for the type, then select your custom class. Here's a collection custom objects.
Alternatively, use an Array<T>
, and then pick your custom class. The following image shows a string array: