I have a CodeActivity and want it to return a List<string> and then be used in a Foreach loop immediately after.
How do I get the List from the custom code activity to the foreach loop collection?
Im confused about arguments and variables in this case. Do I need an assign activity between these two?
CodeActivity > Foreachloop
or
CodeActivity > Assign > Foreachloop
If I have an out argument in the codeactivity, can I just use it in the Foreach?