How to monitor API for new updates

Describe the problem/error/question

I want to monitor an API for new updates. How do I monitor the field “newEpisodeId” for changes? I tried using the IF node by comparing if HTTP Request node is not same to newer HTTP Request node but it’s not exactly giving the results that I want

What is the error message (if any)?

Please share your workflow

Share the output returned by the last node

Information on your n8n setup

  • **n8n version:1.92.2
  • **Database (default: SQLite):default
  • **n8n EXECUTIONS_PROCESS setting (default: own, main):default
  • **Running n8n via (Docker, npm, n8n cloud, desktop app):npm
  • **Operating system:Windows Server 2022

The Remove Duplicates node can do this.

1 Like

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