I would like to call that endpoint in one panel, and extract just the key for that particular panel, rather than repeating the api call for each panel as it’s an expensive call.
How are you trying to achieve it?
I’m trying to use some combinations of transforms to get what I need but haven’t exactly figured it out. I can use “extract fields” if I know exactly how many items are in the array that’s returned, but that’s not really feasible when I don’t know the length. I feel like this is possible but I haven’t been able to get it to work.
Hi @rchamberlin. Did you manage to solve the problem? I am also facing the same problem. Now I call the same API n times and filter in UQL Query with ‘parse-json
| jsonata “data.x”’ in panel 1, with ‘parse-json
| jsonata “data.y”’ in panel 2 and so on, but it is very expensive to call the same query n times and if someone manages to call it only once, it can be saved somewhere and then used in the panels (plugin used: Infinity)?
Hi @andy95 I was not able to solve the problem. @grant2 mentioned trying the Infinity plugin like you have, but I still had to call the api for each panel that uses the data as far as I can tell.
hi @yosiasz. I have a URL query that I call in each panel and from there I choose my axis (x,y,z). I would like to call that query only once and then in each panel to take only what I need (depending on the axis)
sample data: