Worktables icon

Worktables

Interact with Monday.com boards and items

Actions126

Overview

This node interacts with Monday.com updates, specifically supporting the operation to upload files to an update. It allows users to attach binary files to a specified update on a Monday.com board, facilitating file management within updates. This is useful for scenarios where users need to programmatically add attachments to updates, such as adding images, documents, or other files to project updates or task comments.

Use Case Examples

  1. Uploading multiple files to a specific update to share project documents.
  2. Adding screenshots or reports as attachments to an update for team collaboration.

Properties

Name Meaning
Update ID The ID of the update to which files will be uploaded.
Attachments (Binary Properties) Comma-separated names of binary properties containing files to upload as attachments to the update.

Output

JSON

  • id - ID of the uploaded file attachment.

Dependencies

  • Monday.com API

Troubleshooting

  • Ensure the Update ID is valid and corresponds to an existing update on Monday.com.
  • Verify that the binary property names specified in 'Attachments (Binary Properties)' exist and contain valid file data.
  • Check API key credentials are correctly configured and have permissions to upload files to updates.
  • Common errors include missing Update ID, missing binary data, or API authentication failures. Verify error messages for specific details.

Links

Discussion