Need help finding a workflow template for Word → PDF automation

Greatings of the day!

I am trying to build a workflow where everything starts from an Excel file that gets uploaded to a Google Drive folder. Once the new file is added, I want the workflow to trigger automatically.

The idea is pretty simple:

The Excel file will have details of new employees (like name, joining date, email ID, etc.).

The workflow should read the Excel, check if all the required fields are filled (if any are blank → stop or go to false branch).

If everything looks good, it should take those values and update a Word template (something like an offer letter).

Then convert that Word file into a PDF and email it to the respective employee mentioned in the same Excel file.

Basically, I am trying to automate offer letter generation and mailing through n8n.

Has anyone already done something similar or seen a template for this kind of flow (Excel → Word → PDF → Email)? Even something close would help a lot. :raising_hands:

Thanks in advance!

— Anirudh

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.