Flow Designer get the last work note
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-25-2024 02:20 AM
Hello, this is probably really simple but I usually do a quick and dirty GlideRecord Script but thought I'd do it in Flow Designer.
I want to add the last work note to the parent enhancement table, this works for the most part it shows the number and the short description on each individual update however, its pulling through all the worknotes on story opposed to the last update... Anyone point me in the right direction?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-06-2025 12:40 PM
Hi @OlaN
I'm trying out the tool you developed, but I got a bit stuck and could use your guidance.
What number should I enter to extract only the latest comments or work notes?
What number should I use to extract all comments or work notes?
Thanks in advance for your help!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-11-2025 07:50 PM
Hi Lisa,
Sorry for the slow response, I've been busy away at Knowledge the last week.
Basically you should enter the number of journal entries you want to get.
So enter 1 to get the last one (or leave it blank, because getting the last one is the default behaviour).
Continuing that way, enter 2, to get the two most recent journal entries, and so on.
Lastly you can enter -1 to get all of them, regardless of how many entries there are.
Best of luck!