Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Last work notes in Task notification

cstangoe
Mega Guru

Hi All.

I am trying to create a business rule which will be used in a email notification for when a Task has been updated. I would like the latest work notes to appear in the notification. In the business rule script I have current.u_work_notes = current.work_notes; and in the email notification I have Lastest Work Notes ${current.u_work_notes}

This does not seem to be working...any ideas

Thanks

Chris

5 REPLIES 5

Hi Anupama



I have put current.work_notes.getJournalEntry(1) in the email notification and I am still getting blank. Should the business rule be amended?



Sorry for being stupid in the email notification should it be ${current.work_notes.getJournalEntry(1)}



Thanks


Chris Stangoe