Hi,
I was hoping for some help with an IF statement within an email body. I would like it to show Green Laptop + Green HW + Green Extra HW if the value for "Green_x0020_Access/Value" is equal/contains "Yes" and otherwise does not show the information.
A copy of my broken IF statement is below:
if(equals(triggerOutputs()?['body/Green_x0020_Access/Value'],'Yes'),'Green: - [ ] Green Laptop: triggerOutputs()?['body/Green_x0020_Laptop/Value']
variables('varGreenHardware')
Any Extra Green Hardware Requested:
triggerOutputs()?['body/Extra_x0020_Green_x0020_Hardware']','No to green')