
Below Expression to check if JSON contains the word “result”
Output is True or False

contains(string(outputs('JSON')), 'result')
Below Expression to check if JSON contains the word “result”
Output is True or False
contains(string(outputs('JSON')), 'result')
No Comments