Hi,
I want to store something in a collection. Below is the code I am using:
colTypeSelected is another collection.
Ce is the SharePoint List
varCamID comes from the gallery which identifies the ID.
ClearCollect(colCe, Filter(Ce, CamID = varCamID, Type.Value in colTypeSelected.Value));
I am getting delegation warning for this. Basically I want to filter out all the records from Ce for that CamID and only where the Type is in colTypeSelected.
Can you please help me overcome this delegation issue and also explain what delegation means and how it works?
Thanks!

Report
All responses (
Answers (