Flow Designer - Capture latest comment and update another task with that comment
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-11-2022 11:09 PM
Basically I want to update existing ticket with latest comment from a call.
I would like get latest comment from call in to a flow variable and update task with the flow variable value.
Any help is appreciated.
Thanks
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2022 10:16 PM
well, latest comment is always a tricky part and it might be that you need to use custom script action to get the latest comment.
getJournalEntry(1)
add it to outputs and you may use it in flow!