ClearCollect 内部的过滤不会返回原始表集合中的所有列列表。
ClearCollect(MyCollection, Filter(OriginalCollection, isActive = true))
与集合的缓存相关。在重新使用集合之前,最好先刷新集合。
Clear(MyCollection); ClearCollect(MyCollection, Filter(OriginalCollection, isActive = true))