Two triggers in the same workflow

Describe the problem/error/question

Is there any function that I can use so that my two triggers are written on the same line in my google sheets? (they are dependent on each other, for example trigger 2 only occurs after trigger 1 occurs).

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

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

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 @Henrique_Sia . Could you provide a sample of your workflow
One way is using the google sheets triggers eg Trigger on row added/changed. Then add a node that triggers the other workflow eg IF cell text contains start, Trigger webhook etc

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