Variables for collections


Badge

Hello,

 

Is there a way to store a collection or a list in a variable? For example I want to save all SharePoint Group Names being returned from a method in a variable and then iterate through this list.

 

Thanks in advance.

 

 


2 replies

Badge +8

I usually use a code event to fetch the results and save them as XML in these cases.

Badge +9

Marcel


 


The only way to store multiple data points within a single construct in blackpearl is to use a SmartObject.


 


Ian

Reply