Replies: 1 comment
-
I determined that the behavior is due to something else. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a jsonata backend Infinity query. The API I am querying has a query string parameter that allows for selecting what particular elements you are interested in. I have a dropdown dashboard variable that allows for multiple values. In JSONApi plugin, this would automatically be passed to the query parameter as a semicolon-delimited list for the list of whatever items are selected for that variable. With Infinity, if more than one item is selected, Infinity fails with this (from query inspector):
Is there a way to do this with backend query?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions