I want to store specific columns with complex values from a SharePoint list into a collection. I know I can do:
Collect(ListName, ShowColumns("Title", "Description"))
to store specific column items to a collection; however, with complex column types like Choices and Person/Group, it's stored as an object. How can I get the values of those complex fields and store them in a collection?


Report
All responses (
Answers (