Hello Everyone,
Good day!
I would like to seek for your help regarding on how to get value inside array using an expression.
I have an array that contains string.
Example array
Example list values
list = ["item bag", "item shoes", "pencil", "paper"]
I have an expression : But below results to false
and(contains(variables('testArray'), 'pencil'), contains(variables('testArray'), 'paper'))
what I want is to result to true. which means all string with an "item" should be check/included so the result will be true.
How to achieve that?
Thanks for your help in advance

Report
All responses (
Answers (