Hello,
I'm trying to figure out the proper format to create an if statement expression from the output of a parsed JSON.
My expression would look like this:
body('Parse_JSON')['Value']
if Value equals "Whatever", I want the output to be True, if not I want the output to be False.