Hi all,
I am attempting to create a collection using 3 Choice columns from a Sharepoint List.
I have tried using the below however, this does not expand the data and seems to leave each entry in each column all within individual tables
ClearCollect ( colList , ShowColumns ( SPLsource , "Item1" , "Item2" , "Item3" ) )
Can anyone help with the next step please?