Upload File to Record Field
Description
Uploads a file to the specified field of a UiPath Data Fabric entity record.
If a file with the same name already exists in the specified entity record, the activity replaces the existing file with the new one.
This activity is equivalent to the activity of the same name in the Data Service classic activities package.
Project compatibility
Windows | Cross-platform
Supported workflows
All except RPA and API workflows (neither Studio Desktop, nor Studio Web).
Properties
- UiPath Data Fabric connection - Select the Data Fabric connection you established in Integration Service. Access the dropdown menu to select, add, or manage connections.
- Entity - Select an entity to use with this activity. This dropdown menu includes your Data Fabric entities. Depending on the object chosen in this field, the activity is populated with property fields specific to that object. This field supports
TypeArgumentforImportedEntitiestype input.- If you Switch to object view, you must provide a single consolidated object with the value of every field in it.
- Manage properties - Select additional fields for the current entity.
- Field - Select the file type field of the entity record where you want to upload the file. This property supports
Stringtype input. - Record Id - Select the ID of the entity record where you want to upload the file. You can find the ID on the Data Service > Entity > Data page. This property supports
GUIDtype input. -
- File Resource - Specify the file variable that you want to upload. The file must not exceed 10 MB. This property supports file type inputs.
Output
- Upload File to Record Field — Returns all accessible fields on the selected entity, including the metadata of the uploaded file.