Category
- Working with Workflows
File Orchestration Blocks
Get Files
The Get Files block retrieves a set of files in the livespace/collection. This block requires a livespace (livespace ID can be entered manually), and optionally a collection. Using the workflow we can loop over the files and process them, or check their metadata and take action based on that.
Move File
The Move File block takes in a file from an old collection and moves it into a new collection of the same livespace. We can specify the livespace, collection, new collection, and file name.
Copy File
The Copy File block takes a file from a collection in an app and copies it to a new collection of the same app or another app.
Process File
The Process File block is used to read and process a file depending on the file type. If the file provided is a CSV, then the output of the Process File block is an array of values corresponding to each row in the CSV file. To know more, click here.
Delete File
The Delete File block enables you to delete a file from a livespace/collection.
Get File Details
Use the Get File Details block to get the details of a specific file in a livespace. To learn more, click here.
Download as File
Use the Download as File block to download output data as a file in CSV, Excel, or Text format. To learn more, click here.