Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
Is it possible to use the data filter widget to a collection widget? If possible, how to do that?
Hello,
Yes, but not directly. Data Filter generates a Query object, which you can pass to the server side to use in services like QueryImplementingThings. The output of those services (an INFOTABLE object, which is essentially a grid of values) is then used as an input for Collection widget. So you can use those two widgets together, but you need to do it via a service, which takes a QUERY as an input, and outputs an INFOTABLE.
Regards,
Constantine