How to Access Saved Files Within Flows
Hi, how should I save my files so that I can use them within flows and pass them to forms?
Comments
-
We'd recommend saving your files as FileReferences. For example, if you wanted to create a data structure that gets passed into a form, you can add a type to your structure as that is of the type "FileReferenceEntity".
On your form, make sure you include a file upload component with the outputtype as a FileReference. You can use the internal steps in the flow toolbox with your form to create a FileReference:
V8: Integration - Internal Services - FileReferenceService - CreateEntityFromFileReference. Map in your file reference data here on this step.
V9: Integration - Internal Services - Call Internal Decisions Service. Select the Service Name "FileReferenceService" and the method name "CreateEntityFromFileReference". Map in your file reference data here on this step.
Now that your file is a FileReference, you can map it into your "Create" steps when making records of your data structures. Since the file will now be attached to the record, whenever you fetch records, the file will be fetched as well.
Howdy, Stranger!
Categories
- 4.3K All Categories
- 70 General
- 11 Training
- 206 Installation / Setup
- 1.1K Flows
- 109 Rules
- 268 Administration
- 212 Portal
- 496 General Q & A
- 706 Forms
- 338 Reports
- 3 Designer Extensions
- 48 Example Flows
- 56 CSS Examples
- 1 Diagram Tile
- 7 Javascript Controls
- 184 Pages
- 5 Process Mining
- New Features
- 182 Datastructures
- 69 Repository
- 228 Integrations
- 28 Multi-Tenant
- 27 SDK
- 81 Modules
- 57 Settings
- 25 Active Directory
- 12 Version 7
- 35 Version 8
- 130 Lunch And Learn Questions