Hello,
Using the response from an Approval step in Flow, I'm trying to update a field in a SharePoint list with the following expression:
if(equals(body('Start_and_wait_for_an_approval')?['response']),'Approve'),'Yes','No')
It is returning an error: String was not recognized as a valid Boolean. Can anyone explain to me why.