
Announcements
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'
Hi @Trollsong,
Can you double check or share a screenshot of your outputs of your trigger action? Curious to see where in the json the JobName property is nested.