The CreatorCon Call for Content is officially open! Get started here.

Flow Designer - Capture latest comment and update another task with that comment

Supriya39
Giga Guru

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

Jugmaz
Kilo Sage

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!