Trigger a email for website changes

I am trying to track changes for this website
https://tnhb.tn.gov.in/all-notifications

The workflow executes, and keeps sending an email even if no changes are present on the website, don’t know where I am wrong

Share the output returned by the last node

`Preformatted text`

Information on your n8n setup

  • n8n version: 1.72.1
  • Database (default: SQLite): SQLite
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
  • Operating system: Debian Linux

The problem is the version of your IF node that has a bug.
Here’s an updated version for you to copy and paste. I’ve already tested and it works.

You could also try deleting your if node and creating it again from scratch.
You probably copied and older version from some template or from an old workflow.

1 Like

I think there is overall an issue because the website is an SPA so all you get in the HTTP response now is <app-root></app-root>. I think what you want is compare the listings content ?

Hey @Vinod_Kanted , were you able to solve your issue?

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