I need to send a notificaiton to the page author if a comment has not been added to it for the last 20 days. I tried using {{comment.dateAdded}} but it prints nothing. Please advise.
Hi @Saira ,
Could you please share how your automation rule looks? (complete rule)
I think that the smart value {{comment.dateAdded}} only works when your automation rule is triggered by a new comment being added (using the "Page commented" trigger).
What would be the use case/requirement here? Is it something like, if there's no single comment on a page (20 days after creation), then notify the page creator or something else? This would probably require Scheduled automation trigger and potentially some REST API call on the page to check if there are comments and what the comment date.
I could maybe test this out a bit more, but again, it kinda depends on the use case/scenario you have.
Cheers,
Tobi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.