Nextcloud Tables icon

Nextcloud Tables

Verwalten Sie Ihre Nextcloud Tables - Tabellen, Zeilen und Daten

Overview

The node "Nextcloud Tables" allows users to manage Nextcloud Tables resources such as tables, rows, columns, views, shares, and imports. Specifically, the "Tabelle Aktualisieren" (Update Table) operation lets users update properties of an existing table in Nextcloud Tables. This includes changing the table's title, emoji, or archived status.

This node is beneficial when automating workflows that require dynamic updates to tables stored in Nextcloud, for example:

  • Renaming a project tracking table based on project phase changes.
  • Archiving tables that are no longer active.
  • Updating the emoji icon to visually categorize tables.

Properties

Name Meaning
Tabelle Select a table from a list or specify its ID (must be a number).
Titel The new title/name for the table (optional).
Emoji The new emoji icon for the table (optional), e.g., 📊.
Archiviert Boolean flag indicating whether the table should be archived (true) or not (false).

Output

The output contains a JSON object representing the updated table data returned from the Nextcloud Tables API after the update operation. It reflects the current state of the table including any changed fields like title, emoji, or archived status.

No binary data output is involved in this operation.

Dependencies

  • Requires an API key credential for authenticating with the Nextcloud Tables API.
  • The node depends on internal handlers for table operations to communicate with the Nextcloud backend.
  • Proper configuration of the Nextcloud Tables API endpoint and credentials within n8n is necessary.

Troubleshooting

  • Invalid Table ID: If the provided table ID is not numeric or does not exist, the node will throw an error. Ensure the table ID is correct and accessible.
  • Permission Errors: Insufficient permissions or invalid API credentials can cause authorization failures. Verify the API key and user permissions.
  • Network Issues: Connectivity problems with the Nextcloud server will result in request failures. Check network access and server availability.
  • Continue On Fail: If enabled, errors for individual items will be captured in the output JSON under an error field instead of stopping execution.

Links and References

Discussion