Skip to content

Get Enum Data

Properties

This activity does not require any input properties, as it is designed to retrieve all available enum data from the platform.

Usage

  1. Setup Activity:
  2. Add the "Get Enum Data" activity to your UiPath workflow.
  3. No additional configuration is necessary, as the activity is intended to retrieve all enum data available on the platform.
  4. Execution:
  5. The activity executes asynchronously, querying the platform to retrieve a collection of enum data objects.
  6. It uses the configured API context to access the enum data via the system client.
  7. Output:
  8. The activity returns aList<EnumDataViewModel>, representing the collection of platform-specific enum data.

Considerations

  • Data Retrieval: The activity retrieves all available enum data from the platform, which can be used for various operations in subsequent workflow steps.
  • Permissions: Ensure that the necessary permissions are in place for the user or application retrieving the enum data to prevent unauthorized actions.
  • Error Handling: Implement error handling to manage potential issues such as network connectivity problems or unexpected API responses.