Support

Before you email support.

Most setup issues have a known cause. Check these first — the answer is usually in the Executions tab.

For all n8n workflow products

  1. Go to Executions in your n8n sidebar and find the failed run
  2. Click the red node — the error message tells you exactly what went wrong
  3. Confirm all credentials are connected (Google Sheets, SMTP) — red warning triangles mean a credential is not linked
  4. Confirm you are using the Production URL for webhook nodes, not the Test URL
  5. Confirm the Google Sheet tab names match exactly: Vendors and Response Log (case-sensitive)
  6. Confirm your Sheet ID is correct in all Google Sheets nodes
  7. Confirm the Config node values match your actual n8n domain and email address

Common errors and fixes

Symptom Most likely cause Fix
Vendor email shows literal {{ $json.field }} Email HTML field using wrong expression syntax Confirm the HTML field shows ={{ $json.emailHtml }}
Vendor clicks link, sees blank white page Workflow not active or Production URL not used Activate the workflow. Check Executions tab for the failed node.
sheetName parameter error Tab name typed instead of selected Open Sheets node, select tab from dropdown — do not type it
getAll is not valid Operation name incompatible with your n8n version Change operation to Get Row(s) in the Sheets node
Access blocked — Google OAuth Gmail not added as test user in Google Cloud Add your Gmail to OAuth consent screen test users in Google Cloud Console
Sheet not updating after vendor submits Wrong Sheet ID or credential not linked Check all Google Sheets nodes for correct Sheet ID and credential

Still stuck?

Email briefs@pmexecution.com with:

  • Your n8n version (Settings → About)
  • The error message from the Executions tab
  • Which step in the setup guide you are on

Response time: typically within 1 business day.