how can i update lastupdatedComment custom field with latest edited comment using automation
Hi @Rai, Jagrit
I'm assuming lastUpdatedComment is a custom field you're trying to populate every time a comment is added/updated. Assuming your lastUpdatedComment field is a paragraph field with set to wiki renderer, you could do something like this:
Created on {{now.shortDateTime}} by *{{comment.author}}*
_{{comment.body}}_
This bolds the author and italicizes the comment body, but you can adjust for whatever formatting works for your needs.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.