- Primeros pasos
- Aplicaciones de demostración
- Tutorial
- Cree su primera aplicación (antiguo)
- Crear una aplicación optimizada para dispositivos móviles
- Directrices generales sobre la experiencia del usuario
- Utilizar la vista maestra detallada
- Uso del visor de documentos
- Utiliza Recuento con valores de conjunto de opciones
- Usar valores seleccionados de una tabla
- Insertar aplicaciones
- Insertar mapas
- Ocultar contenedores mediante un botón
- Incluir enlaces MailTo
- Incluir la clasificación por estrellas
- Establecer contexto externo
- Trabajo con origen de datos y enlace de valor
- Uso de la actividad de envío de resultado provisional
- Aplicaciones públicas
- Notificaciones
- Cómo utilizar expresiones VB
- Diseñar tu aplicación
- Eventos y reglas
- Regla: Si-Entonces-Si no
- Regla: abrir una página
- Regla: Abrir URL
- Norma: cerrar ventana emergente/inferior
- Regla: mostrar mensaje
- Regla: mostrar/ocultar indicador giratorio
- Regla: establecer valores
- Regla: iniciar el proceso
- Regla: subir el archivo al depósito de almacenamiento
- Regla: obtener el archivo del depósito de almacenamiento
- Regla: restablece los valores
- Regla: crear/actualizar registro de entidad
- Norma: elimina el registro de entidad
- Regla: añadir a la cola
- Función: Y, O, No
- Función: Concat
- Función: Contiene
- Función: Recuento
- Función: TerminaEn
- Función: Si
- Función: EstáEnBlanco
- Función: Guid
- Función: Longitud
- Función: Lista
- Función: ComienzaPor
- Función: suma
- Función: ordenar
- Función: ahora
- Función: hoy
- Función: Tiempo
- Función: Año
- Función: Mes
- Función: Día
- Función: Hora
- Función: Minuto
- Función: nueva
- Función: buscar
- Función: filtro
- Aprovechamiento de RPA en tu App
- Aprovechamiento de las entidades en tu App
- Aprovechar las colas en tu aplicación
- Aprovechar los medios en tu aplicación
- Aprovechar las acciones en tu aplicación
- Aprovechar las conexiones en tus aplicaciones
- Gestión del ciclo de vida de las aplicaciones (ALM)
- Aplicaciones de origen de Uipath
- Guía básica de resolución de problemas
General
To better understand how the File Picker control works, check out the Including File Control in Apps pages in the How To section.
- Vinculación de valor: vincula el selector de archivos a un argumento del Proceso RPA o a un campo de la App. Esta propiedad se resuelve dinámicamente durante el tiempo de ejecución.
- Tamaño máximo de archivo: el tamaño máximo permitido para el archivo cargado. El tamaño máximo de archivo recomendado es de 10 MB.
- Tipos de archivo permitidos: los tipos de archivo permitidos para el archivo cargado. Utiliza "
," para separar elementos. Por ejemplo, si se escribe.jpg, .png, .svg, solo se podrán cargar estos tipos de archivos. El símbolo.no es obligatorio al enumerar los tipos de archivo. - Texto auxiliar: configura el texto sugerido para el control que se muestra en el tiempo de ejecución.
- Tooltip - Tooltip to be displayed on the control. Use this to provide additional information on the control.
- Label - Text to be displayed next to the control. If the Required property is set to
=true, there is also an asterisk*after the text. - Requerido: si se establece en
=true, hace que este control sea obligatorio. También añade un asterisco*tras el texto de etiqueta configurado en el tiempo de ejecución. - Min length - Sets the minimum number of characters required by the validation.
- Custom Error Message - Text to be displayed if the Required property is set to
=trueand the control is left empty. - Hidden- If selected, hides the control in the runtime.
- Deshabilitado: si se selecciona, deshabilita el control en el tiempo de ejecución.
- Solo descargar: si se selecciona, solo permite al usuario descargar el archivo en tiempo de ejecución.
The File Picker control can upload only one file at a time.
Eventos
- Archivo agregado: configura lo que ocurre cuando se añade un archivo.
- Archivo eliminado: configura lo que sucede cuando se elimina un archivo.
Estilo
-
Control Alignment - By default, inherits the parent alignment. A different alignment other than the parent can be set. To default to Parent's alignment, toggle the selected alignment icons to switch off the specific alignment.
Nota:Alignment is dependent on Parent's layout (Vertical vs. Horizontal).
-
Label font family - Sets the font of the label. Font family, size, color, and style (Bold, Italic and Underline) can be configured in this section. By default, the control inherits the font family of its immediate parent container which is indicated by the keyword 'inherited'.
-
Input font family - Sets the font of the input text. Font family, size, color, and style (Bold, Italic and Underline) can be configured in this section. By default, the control inherits the font family of its immediate parent container which is indicated by the keyword 'inherited'.
-
Margin- Sets the margin of the control. By default 4px margin is set. Top/Bottom and Left/Right margin properties are combined. These properties can be unlinked using the unlink button on the right side of the Margin section heading.
-
Size - The width and height of the control can be set in the size section. By default, the size is set to Auto. Min Width/ Min Height and Max Width/ Max Height are available under more (...) in the size section.