Replies: 1 comment
-
Yes, that is correct, and it does make what you're doing more complicated - you'd have to also watch for comments being created/updated where the parent is a comment whose parent is a ticket. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Cerb community!
Context:

I have a "preview" field for the purpose of showing an excerpt of the last message/comment on a ticket. This preview is displayed in the worklist:
So far replies from both users and staff as well as top-level comments, are reflected in this field without issues.
However, when replying to a comment, this doesn't update the field:

I believe that the "target" of a top-level comment is the ticket, but the replies to this comment have a different target: the original comment.
Is this correct?
Am I overthinking this and there's a simpler way to do this?
Here's my record.changed automation:
The policy:
Thank you in advance for any insight on this.
Cheers!
Beta Was this translation helpful? Give feedback.
All reactions