- Getting Started
- Demo apps
- 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
- Rule: Submit Action
- Leveraging RPA in your App
- Leveraging Entities in Your App
- Leveraging Queues in Your App
- Leveraging Media in your app
- Leveraging Actions in your app
- Application Lifecycle Management (ALM)
- UiPath® First-Party Apps
- 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.