- Getting Started
- Before You Begin
- How To
- Notifications
- Using VB Expressions
- Designing your App
- Events and Rules
- Rule: If-Then-Else
- Rule: Open a Page
- Rule: Open URL
- Rule: Close Pop-Over/Bottom Sheet
- Rule: Show Message
- Rule: Show/Hide Spinner
- Rule: Set Value
- Rule: Start Process
- Rule: Reset Values
- Rule: Upload File to Storage Bucket
- Rule: Download File From Storage Bucket
- Rule: Create Entity Record
- Rule: Update Entity Record
- Rule: Delete Entity Record
- Rule: Add to Queue
- Rule: Trigger workflow
- Leveraging RPA in your App
- Leveraging Entities in Your App
- Leveraging Queues in Your App
- Application Lifecycle Management (ALM)
- Basic Troubleshooting Guide
Rule: Download File From Storage Bucket
Use the Get file from Storage bucket to download a specified file from the indicated Orchestrator storage bucket.
Clicking the Storage bucket field opens the Resources panel, which displays the available Orchestrator storage buckets.
Select the storage bucket you want to download from by double-clicking on it.
Use the Expression editor to reference the name of the file in the storage bucket you want to download.
Optionally, you can assign the downloaded file to a variable, for further reference in your app.
Clicking the Assign file to app variable field opens the Resources panel, which displays the available Apps variables, or allows you to create a new variable right away.
Select the variable you want to use by double-clicking on it.
In this section you can define rules to be executed after the downloading of the file completes.
For example: After the file is successfully downloaded, you want to pass the file details to an entity.
In this section you can define rules to be executed when the downloading of the file encounters an error.
For example: To track the failure, you can add a Show Message rule. You can then specify the title, message, and type of the error.