Actions8
- Endpoint Actions
- Pipeline Actions
- Query Actions
- Script Actions
- Table Actions
Overview
This node integrates with the Peliqan service to retrieve data from a specified table. It is designed to fetch either raw or simplified data from tables managed within Peliqan, making it useful for workflows that require accessing structured datasets stored in Peliqan tables.
Common scenarios include:
- Extracting data from a specific table for reporting or further processing.
- Automating data retrieval from Peliqan tables to feed into other systems or workflows.
- Simplifying complex table responses for easier consumption downstream.
For example, you might use this node to get all records from a "Customers" table in Peliqan and then pass that data to another node for analysis or export.
Properties
| Name | Meaning |
|---|---|
| Table Name or ID | Choose a table from the list of available tables or specify a table ID using an expression. |
| Simplify | Whether to return a simplified version of the response instead of the full raw data. (true/false) |
Output
The node outputs JSON data representing the contents of the requested table. If the "Simplify" option is enabled, the output will be a streamlined version of the data, likely removing metadata or nested structures for easier use. Otherwise, the full raw response from the Peliqan API is returned.
No binary data output is indicated by the source code.
Dependencies
- Requires an API key credential for authenticating with the Peliqan service.
- The node communicates with the Peliqan API endpoint at
https://app.eu.peliqan.io/. - No additional environment variables are explicitly required beyond the API authentication.
Troubleshooting
- Invalid Table ID or Name: If the specified table does not exist or the ID is incorrect, the node may fail to retrieve data. Verify the table selection or expression used.
- Authentication Errors: Missing or invalid API credentials will cause authentication failures. Ensure the API key credential is correctly configured.
- Network Issues: Connectivity problems to the Peliqan API endpoint can cause timeouts or errors. Check network access and proxy settings if applicable.
- Unexpected Response Format: If the "Simplify" option is enabled but the output seems incomplete, try disabling it to see the full raw data for debugging.
Links and References
- Peliqan API Documentation (general reference; specific API docs not included in source)
- n8n Expressions Documentation (for using expressions in property fields)