data-service
2.2510
true
- Getting started
- Setup and configuration
- Using Data Service
- Reference
- Examples & Tutorials
Importante :
O Data Service está atualmente em transição para o Data Fabric, um processo durante o qual é possível ver ambos os nomes usados para diferentes opções de entrega.
A tradução automática foi aplicada parcialmente neste conteúdo.
A localização de um conteúdo recém-publicado pode levar de 1 a 2 semanas para ficar disponível.
Data Service user guide
Última atualização 5 de mai de 2026
A File field is used to attach a file to a record field of an entity.
Important:
The maximum size of a single file cannot exceed 10 MB, otherwise unexpected behavior might occur.
Details
Below is an overview of the details that can be specified to define a File field.
| Property | Description | Required | Default Value |
|---|---|---|---|
| Description | Enables you to enter a short text to describe the purpose of the File field. Note: The Description is displayed in Fields tab. | No |
Representation in UiPath® Studio
A file object named UiPath.DataService.Definition.EntityAttachment is returned on the record call with the following parameters:
- Name
- Path
- Size
- Type
A null object is returned if no file is present.