Skip to content

Feature/tableflow node#2077

Open
everettbu wants to merge 2 commits intomasterfrom
feature/tableflow-node
Open

Feature/tableflow node#2077
everettbu wants to merge 2 commits intomasterfrom
feature/tableflow-node

Conversation

@everettbu
Copy link
Copy Markdown

Mirror of n8n-io/n8n#20852
Original author: samarthr24


🚀 TableFlow Node for n8n

This PR adds a new TableFlow node to n8n, enabling integration with the TableFlow API.


Features

  • CRUD operations for TableFlow table rows
  • Requires TableFlow Access Token for secure authentication
  • Dynamic dropdowns for tables and operations
  • Includes SVG icons and README documentation

Folder Structure

packages/nodes-base/credentials/
└── TableFlowApi.credentials.ts

packages/nodes-base/nodes/TableFlow/
├── TableFlow.node.ts
├── icon-dark.svg
├── icon.svg
└── README.md


Testing

  • Verified node builds: pnpm --filter n8n-nodes-base build
  • Node appears in local n8n instance
  • Tested all API operations
  • Linting and type checks passed: pnpm lint

Notes

  • Node follows n8n coding standards
  • README includes usage examples, parameters, and supported operations

@everettbu everettbu added node/new Creation of an entirely new node community Authored by a community member in linear Issue or PR has been created in Linear for internal review labels Feb 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community Authored by a community member in linear Issue or PR has been created in Linear for internal review node/new Creation of an entirely new node

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants