Hi All,
I am building a flow that gets info from external source and then passes it as parameters in child flow. I wanted to have a validation on one of the parameter directly in the input box but got an error: "The expression is invalid". Here is my expression:
if(empty(body('Parse_Company_Information')?['address']?['state']),"NOT_FOUND",body('Parse_Company_Information')?['address']?['state'])