How to update a workflow if a field changes state

I would like to create a simple workflow that queries a dataset and if a particular field has been updated to a certain stage, it sends a notification in slack. The query and slack notification I have, but how do I trigger off a state change? Thanks.

[email protected]

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:

@John_Manner , it really depends on your dataset and if there is a dedicated n8n trigger for it. Alternatively, if the application the dataset belongs to supports webhooks, you can utilize it to trigger n8n workflow on the field change.

Your question is far too generic to provide a specific answer.

1 Like

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