UiPath Documentation
activities
latest
false
Actividades del flujo de trabajo
Importante :
Este contenido se ha localizado parcialmente a partir de un sistema de traducción automática. La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.

Crear registro de entidad

Actividad Crear registro de entidad que crea un nuevo registro para la entidad seleccionada en UiPath Data Service.

UiPath.DataService.Activities.CreateEntityRecord<UiPath.DataService.Definition.IEntity>

Descripción

Crea un nuevo registro para la entidad seleccionada en UiPath Data Service.

Compatibilidad de proyectos

Windows | Multiplataforma

Nota:

Esta actividad solo es compatible con los flujos de trabajo de RPA (tanto Studio Desktop como Studio Web). Para otros flujos de trabajo, utiliza la actividad del conector de UiPath Data Fabric en su lugar.

Panel del Diseñador

Entity scope

Entity scope - Select Tenant for tenant-wide entities or Folder for entities across all accessible Orchestrator folders. Folder scope requires UiPath.DataService.Activities v26.10.0 or later, where it is generally available, and works only inside a Solution.

Selecting Folder changes the Entity list from a flat list of tenant entities into a resource tree, grouped by Solution Resources and by each Orchestrator folder you have access to. Select Refresh to update the schema of the selected entity and all of its related entities.

Selecting Tenant inside a Solution displays a warning, because tenant-level entity schemas are not packaged with the Solution. Create them manually in the target environment before you deploy. Only folder-level entities are included as Solution resources. For more information, refer to Entities in Solutions.

Entidad

Entidad : selecciona la entidad que deseas utilizar con la actividad. La propiedad solo admite entidades importadas desde Data Service.

Once you select an entity, the fields view is displayed, which shows the first three mandatory entity fields. If you have less than three mandatory fields, the wizard displays the mandatory fields first, and non-mandatory fields after. Fields are sorted alphabetically.

To input field data using an expression, select Switch to record view within the activity. The Input Record field is displayed, which allows you to input data to a particular field using the syntax:

new EntityName() with {.Field1 = value}
new EntityName() with {.Field1 = value}

To configure more fields, select Add additional fields, make your selection, then select Update fields/Save.

Panel de propiedades

Opciones

  • Tiempo de espera (milisegundos): especifica la cantidad de tiempo (en milisegundos) que se debe esperar a que se ejecute la actividad antes de arrojar un error. El valor predeterminado es 30000 milisegundos (30 segundos).
  • Related Record Depth - Specifies the depth of related records to be retrieved from the service. This property supports values from 1 to 3. The default value is 2.

Salida

  • Registro de salida : el registro creado a partir de Data Service, almacenado en una entidad. Este campo solo admite entidades importadas de Data Service y debe ser del mismo tipo que el tipo de entidad seleccionado.
  • Descripción
  • Compatibilidad de proyectos
  • Panel del Diseñador
  • Entity scope
  • Entidad
  • Panel de propiedades
  • Opciones
  • Salida

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado