Hi All,
I have a requirement in which i need to filter Student data on basis of student ID present in one collection. But i am getting delegation warning on filter condition.
Code using:
ForAll(
colListofNewAddedStudent As passThrough551,Collect( colExportData,
Filter(Student_Details,Student_ID = Value(passThrough551.student_id))))
Thanks in advance