Output : lst_StorageBucket
From lst_StorageBucket to String???
one array : lst_StorageBucket.AsEnumerable(0).FileFullPath
list output???
Output : lst_StorageBucket
From lst_StorageBucket to String???
one array : lst_StorageBucket.AsEnumerable(0).FileFullPath
list output???
Hi
Use FOR EACH ACTIVITY and pass the above ienumerable variable as input
Inside the loop we can get individual string values
Cheers @sumouse
Thanks, I already know that.
Do you have any other way other than that?
For example, one line of code? toList, toArray, toString…