Using storage bucket
Prerequisites
Make sure that you know the name of the file you want to download and the storage bucket it is in. The filename can come from a process, or you can find it in the storage bucket in Orchestrator.
Procedure
-
Go to the app where you want to use the this feature.
-
Create a new page called Download page and add a new Get file from Storage bucket rule to the load event of the page.
-
Configure the Get file from Storage bucket rule.
3.1 Pick the storage bucket containing the file you want to download.3.2 Go to the storage bucket in Orchestrator and copy the name of the file you need to download. Paste the name in the File Name field.
3.3 Add a new variable in the Assign file to app variable field. -
Add a new File Picker control in the Download page and configure it.
4.2 Under **Other Properties**, mark the **Download Only** checkbox.
4.1 Add the app variable created in step 3.3 in the Value Binding field.
Procedure results
When you click on the File Picker control in runtime, the file is downloaded. You cannot upload a new file using the same control.
Using entities
Prerequisites
Before including a file control into your application, you must have an entity in Data Service and imported in your application.
For more information how to achieve this, see Referencing an Entity in your App.
Procedure
- Go to the app where you want to add a file control.
- Go to Add a new control > Input control and add a new File Picker control to your app.
- Add the entity containing the image you want to download in the Value binding field of the File Picker control.
- Under Other Properties, mark the Download Only checkbox.
Procedure results
The File Picker control will display the filename and a download symbol in runtime. If you click the name, the file will be downloaded. You cannot upload a new file using the same control.

Updated 4 months ago