Could you set a rule to run only on pages not modified in the last 'n' number of days? Build a rule to list the number of pages and send just one email notification to all the pages.
I have a Confluence automation rule for a page branch where the last modified date is less than a specified number of days.
In the email notification handling the loop, I have given the below code
{{#Page}} {{title}} ((/Page}}
@venkata naram If you can't overcome the error and want to avoid similar issues in the future, I recommend trying a dedicated solution instead of a general-purpose tool. See this other conversation about Confluence notifications on lifecycle events.
With Better Content Archiving and Analytics, you can have your custom, automatic notification system that:
Many of the Better Content Archiving and Analytics users started out trying Automation for Confluence and found that it wasn't worth their time or they had a complex use case that required a dedicated tool. A free 30-day trial would not hurt so that you can find out for yourself.
(I'm part of the team developing Better Content Archiving and Analytics.)
Hi @venkata naram and welcome to Community!
You can add a page branch to perform actions on pages updated more than x days ago, for example:
Hope this helps!
- Manon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for your immediate response. I seek an iterative process to avoid sending multiple emails for each page. I will try to rephrase my question.
I have created a page branch that returns multiple pages when they satisfy the condition of being updated more than 15 days ago. Currently, I have an action that sends an email notification for each page, resulting in multiple emails.
For example, if the page branch returns four wiki pages, it will send four separate emails. I want to send only one email that consolidates all the pages into the email content. How can I achieve this using an iterative process or loop in the email content?
If you refer to the template that notifies people about inactive pages, I want to achieve the same result using that method.
Thanks
Venkata
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @venkata naram, ah, ok, I get it now, thanks for the additional context!
The Lookup action searches for pages meeting your condition:
And you can then use the result in other actions, such as:
Is that what you are trying to achieve?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The given solution with lookupPages is not working. Below is the error I'm facing:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you please share a screenshot of your rule as well?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @venkata naram, I cannot reproduce your issue. I seem to run into the same bug than this Community post though, as the email I receive is blank, so I'd recommend reaching out to Confluence's support team.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.