Tableau Connector for Monday

Build 24.0.9175

DownloadAsset

Downloads a file that was uploaded to Monday.com by specifying the asset ID.

Input

Name Type Required Description
AssetId String True The unique identifier of the asset to be downloaded, used to locate the asset in the system and trigger the download process.
LocalPath String False The full file path, including the directory and filename, where the downloaded asset will be saved on the local system.

Result Set Columns

Name Type Description
Success Boolean A boolean value indicating the result of the download operation: true signifies that the operation completed successfully, while false indicates failure.
Details String Additional context or error messages regarding the outcome of the download process, often helpful for troubleshooting.
FileData String If neither LocalPath nor FileStream are provided, the file's binary data is returned as a base64-encoded string for use in other processes.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 24.0.9175