So I am doinga dynamic email bot and I want it to put the job name (JobName) in the email if there is one, but if that cell is blank to instead do 'Unknown/Not Listed' the expression I am using is
if(empty(triggerBody()?['JobName']), 'Unknown/Not Listed', triggerBody()?['JobName'])
The problem is even if there is something in the sell it still returns 'Unknown/Not Listed'


Report
All responses (
Answers (