Using file resource components in a Flow
There are two file resource page components that can be added to a page step on the corresponding page layout for the page.
-
The File Upload component allows you to upload a file, which can then be consumed by a process.
-
The Files component allows you to both upload a file, and list files for download from an outside system.
When setting up these file resource page components, you will need to ensure that you have configured them correctly:

-
The Integration Flow connector that you have set up in Flow should be selected as the Data Source.
-
The Resource Path must be the same as the resource path you have defined in the Boomi Flow Services Server File Resource configuration. For example, '/file'.
-
Response data can be populated into an Object value using the base type you have created to map to your profile. Note that when you initially create the value, you may need to change it from the global '$File' system type
Refer to the Community article 'File Uploads with the Boomi Flow Services Server Component' for a useful guide to setting up the file upload feature in a Flow.