How to use multi-value option or all option in a variable ? #273
Unanswered
philippesg
asked this question in
Q&A
Replies: 2 comments 3 replies
-
The problem here is that @.Teams == 'team1' || @.Teams == 'team2' || @.Teams == 'team3' Would that solve your problem? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Do you know if it is possible to have an update of the plugin to support it ? |
Beta Was this translation helpful? Give feedback.
1 reply
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, perhaps, it's a easy but i don't find how to use the multi-value option or 'all" option in a variable with json api. Could you help me how to make multiselection applicable for filter values which is consuming json api ?
i using multi-value in my 1st variable , and it displayed my values

But, the second don't display any values because i don't know how to use 'team variable' in the second variable :(
the sign == dont work i don't know what i can replace it.
$.[?(@.Teams == '$teams')].SIP_service_account_used
Have you an idea ? Could you help me ?
Beta Was this translation helpful? Give feedback.
All reactions