I'm trying to get an list of elements passed to an ad-hoc datasource. I try to make this as dynamically as possible. So i want to have a query that will get the elements i need, and i want to pass that on to an ad-hoc source as input (preferable as an CSV list, how ever any format will do) is there way to past the complete output of an query to an input parameter of other source or query.
Preferable without having to need the display the query.
Hi Gerwin,
I don't think this is supported right now. At the moment, you can only pass results from another query by selecting them in a component, and that only lets you send one column value.
Can you share a bit more about the use case? I can check if it lines up with something already on the backlog or spin up a new item if not.


Alright, this seems to align with some other functionalities that we want to add in the future. I'll report back here once that becomes available. For now, this means the fetching of elements for a given protocol needs to be a part of the ad hoc source though.
Sure, i'm creating an ad-hoc datasource to plot some data for an node-edge component. It needs to access a few tables from other elements, so i want ot pass the element ids. However i dont want to hardcode those into an variable or something since it might need to access other elements if new devices got added. So i want to filter on protocol and then pass those elements on to the ad hoc source