copy worknotes from previous tasks to current task
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2024 10:05 AM
for copying worknotes from previous task to current task, we have used scripting in flow designer in each create catalog task activity, but it's not working , not updated the worknotes, please help is there anything i have missing,

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2024 10:12 AM
Work notes is a journal field. Journal fields are always blank. So your if statement will always return false.
Try replacing previousTask.work_notes with previousTask.work_notes.getJournalEntry(1)
You may want to consider querying the sys_journal_field table to get all of the information you are looking for unless you just want the last work note entered only.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2024 10:31 AM
Hi @DrewW
As you mentioned i have updated, but still not working, and also i have tried using "-1" also, nothing will come up to next task