Function to process only new entries on Get Http request

Hello,

Would you please help me fix the function node of the flow, I want to process only the new entries from the first get request, it should not process the same entry which it has previously processed when the flow runs next time after 15 minutes.

I’m new to n8n any help will be much appreciated.

Here is the code of my flow.

n8n wouldn’t have that functionality built in, so you would need to implement the polling logic yourself. You can find a great tutorial at Creating triggers for n8n workflows using polling ⏲ that explains the basic concept. It’s refering to the Google Sheets node, but the concept can of course be applied to other data sources too.

Thank you so much @MutedJam you made my day!!

1 Like