Triggering a sub

I have this working flow

If an email is labelled and stays so for 3 days, I do some processing.

Recheck just gets a list of threads again, and the IF checks if the old id is in the list of rechecked ids.

I want to split up the wait, since the history view is a mess now.
After the wait, I’ll call another routine

Should that look like this

will it pull the recheck in the bottom?

Or should it be

which looks a bit messy

It looks like your topic is missing some important information. Could you provide the following if applicable.

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

Hi,

You can use a database like AirTable, NocoDB or Supabase to make it cleaner.

Just create a record on the database and separate the check on another flow.

You can execute with schedule trigger get all the check jobs from the table and do whatever you want to do.

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