Need to keep your finance or operations team updated on missing project costs?
This practical automated report workflow does the job without AI β and saves hours weekly.
budgeted_project_cost IS NULLbudgeted_project_costcost_center (e.g., Retail, Service, Projects){{ $json.project_name }}MySQL Setup :
Ensure the MySQL node is connected using a valid credential set:
Query Example:
SELECT project_name, cost_center FROM tabProject
WHERE status = 'Open' AND project_type = 'External' AND budgeted_project_cost IS NULL;
Outlook Configuration :
Send Email - Retail, Send Email - Service).Switch Node :
'Retail', 'Service', 'Projects').HTML Email Formatting :
Customize the HTML message body using inline styles and mustache syntax.
Sample:
<h3>Missing Budgeted Cost Report</h3>
<ul> <li>Project: {{ $json.project_name }}</li> <li>Cost Center: {{ $json.cost_center }}</li> </ul>
Recipients :
[[email protected]](/cdn-cgi/l/email-protection) with the actual email addresses of the concerned teams.π Why Simple Workflows Work
π₯ Watch the video walkthrough:
https://youtube.com/@syncbricks
Amjid Ali
π amjidali.com
π n8n Book
π Learn n8n
βStart simple, scale smart. Even basic workflows like this can save your team hours!β β Amjid Ali