Hi power users
I have a gallery with the item property set to this
Filter(Trainings, Training in (Filter(colEmployeeTrainings.Training, 'Is Deleted' <> 'Is Deleted (Trainings)'.Yes)))colEmployeeTrainings is a collection that has all the Id's that could be found in the trainings table.
This works fine in the gallery, but eventually there's going to be an AddColums, SortByColumns and more filters around it.
What I want to do is put the result from the query above in a collection, but for some reason it always gives me an empty collection when I wrap it in a ClearCollect method.
Anyone that could help me with this issue?

Report
All responses (
Answers (