Hi,
I'm trying to add some items from a multi-select column in a collection to another collection. For example, I thought that this would work:
ClearCollect(colWebDocs, colBasicInfo.webDocs);
However, the webDocs column (which is a Table format) specified in the example does not work.
Any advice would be greatly appreciated. Thanks.