How to make top component infinite

Hey @shruti

Partially. In current implementation only strict filters (no wildcards) can be made.

Contains should not have an asterisk or % wildcard operators.
Either use item.Subject.Contains(“application”) or item.Subject Like "application"*

Regards…!!
Aksh

2 Likes