How can I get the control that invoke the query?

I've a query, but multiples controls execute this query, then I need know which of those controls executed the query.

Thanks.

Hello @zeroray,

I would suggest looking at additionalScope.

This article explains how this works and this article shows how you can retrieve the component that triggered a query

1 Like