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
‎06-25-2024 03:32 AM
See Hitoshi Ozawa' solution here:
Regards
Paul

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-25-2024 03:48 AM
Hi,
Seems like the default behavior is to copy all the worknotes from the other record.
If you only want to copy the last one, you'll need to create your own custom action, and use that instead.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-30-2024 07:24 AM
So... this sounded like a fun little project. And it others in the community might find it useful as well.
So I made a little tool to help you out.
Enjoy!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-12-2024 12:17 PM
Thanks for this @OlaN ! I was able to use your Flow Action to pass Work Notes in my integration with Jira.