0.1.4 • Published 9 months ago
n8n-nodes-llotustables v0.1.4
n8n-nodes-llotus-tables
This is an n8n community node. It lets you use Llotus Tables in your n8n workflows.
Llotus Tables is a powerful database service that allows you to create, manage, and organize data in a flexible table structure.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Usage
Resources
Version history
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
The Llotus Tables node supports the following operations:
- Row
- Create - Create a new row in a table
- Delete - Delete an existing row
- Get - Retrieve a specific row by ID
- Get Many - Retrieve multiple rows with filtering options
- Link - Create links between rows
- Update - Update an existing row's data
Credentials
To use the Llotus Tables node, you need to authenticate using an API key:
- Log in to your Llotus Tables account
- Navigate to Settings > API Keys
- Generate a new API key
- Copy the API key and use it in the n8n credentials configuration
Compatibility
- Minimum n8n version: 0.187.0
- Tested up to n8n version: 1.0.0
Resources
Version history
Version 0.1.0
- Initial release
- Basic CRUD operations for rows
- Row linking functionality
- Filtering capabilities for Get Many operation