When I try to add a string to this collection using the “Add to Collection” activity and run this project I receive this error: “The property ‘Collection’ of ‘Add to collection’ is not initialized”
Okay I know, this error can be solved initializing an variable as new List(Of String) but it can’t be done when is a out argument.
I think the only thing left is to initialize out_ordersFound. Although you can’t initialize it in the variables window, you can initialize it within the workflow. Have you tried that? (I don’t see the initialization in your screenshots).
Try using an assign at the beginning of your sequence initializing the out_ordersFound object. I don’t have my system handy to try it out and send you a screenshot, sorry.