Worktables icon

Worktables

Interact with Monday.com boards and items

Actions126

Overview

This node interacts with Monday.com (Worktables) API to perform various operations related to boards, items, updates, teams, users, notifications, and file downloads. Specifically, for the 'Download File' resource and 'Download File' operation, it downloads a file from Monday.com using the provided asset ID. It fetches the public URL of the file asset, retrieves the file content, and prepares it as binary data for output. This node is useful for automating workflows that require downloading files stored in Monday.com, such as attachments or assets linked to items or updates.

Use Case Examples

  1. Downloading a file attachment from a Monday.com board item by specifying the asset ID.
  2. Automating the retrieval of files from Monday.com to store or process them in other systems.

Properties

Name Meaning
Asset ID The ID of the asset (file) to download from Monday.com. This is a required string input.

Output

Binary

The binary output contains the downloaded file data under the property 'data'.

JSON

  • json - Empty JSON object as the main output since the file content is provided in binary form.

Dependencies

  • Requires an API key credential for Monday.com (Worktables API) to authenticate requests.

Troubleshooting

  • Common issues include missing or invalid API key credentials, resulting in authentication errors.
  • If the provided asset ID is invalid or does not correspond to a file with a public URL, the node throws an error indicating the public URL was not found.
  • Network or permission issues may cause failures when fetching the file content from the public URL.
  • Ensure the asset ID is correctly specified and the API key has sufficient permissions to access the file asset.

Links

Discussion