Hi All
I am building the flow that takes item from SharePoint list and then needs to convert few Boolean values to Yes or No (to send an email). I am trying to create String variable with following formula:
if(equals(outputs('Leaver')?['body/QsDeviceReturned'],true),"Yes", "No")
but it keeps erroring.
Can anybody advise what I am doing wrong, or what would be the better way to do it?
Thanks