activities
latest
false
  • Notas relacionadas
      • Junio de 2024
      • Mayo de 2024
      • Enero de 2024
  • Información general
  • Uploading data to Communications Mining
  • Using the Dispatcher Framework
  • Referencia de actividades
Importante :
Este contenido se ha localizado parcialmente a partir de un sistema de traducción automática.
Actividades de minería de comunicaciones
Last updated 11 de oct. de 2024

Helper functions

Just like withthe StreamResult class, you typically won't need to interact with these properties directly. There are a set of helper functions that make it easy to access the data you need:

FieldExists

FieldExists(string name)

Returns: bool

This function lets you determine whether a given field exists for the current extraction.

GetFieldValue

GetFieldValue(string name)

Returns: string
This function returns the value for the given field.
Note: If the field does not exist, then an empty string will be returned.

GetField

GetField(string name)

Returns: Field.

This function returns the field with the given name

Note: Most of the time you want to use GetFieldValue instead.
  • FieldExists
  • GetFieldValue
  • GetField

¿Te ha resultado útil esta página?

Obtén la ayuda que necesitas
RPA para el aprendizaje - Cursos de automatización
Foro de la comunidad UiPath
Uipath Logo White
Confianza y seguridad
© 2005-2024 UiPath. Todos los derechos reservados.