n8n
n8n copied to clipboard
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
**_⚠️Note: This is an incomplete draft PR. As per the contributing guide, this change affects core libraries and thus may require additional approval from core n8n developers. Please let me...
On postgres connection already is possible to configure ssl options on connection. with this commit, the intention is do the same to mysql. To do that, was added 4 new...
**Describe the bug** When one flow calls another, the task execution view shows that the triggered task was called 2 hours before or after the triggering task **To Reproduce** 1....
**Describe the bug** When we want to show a node from a past workflow execution, field expression show an empty value if the referenced variable used has a false value...
Hello, At the start of my workflow, I'm getting all users with a specific ActiveCampaign tag, and at the end of the workflow, I'd like to remove that same tag....
Refactor the Ghost Node as an example of using the new helpers for paired-item support.