Set Custom Dictionary Value - Activities - Foundation 23.2 - Foundation 23.2 - Ready - Hyland RPA - external - Hyland-RPA/Activities/Foundation-23.2/Hyland-RPA-Activities/Platform/Set-Custom-Dictionary-Value - 2025-04-03

Hyland RPA Activities

Platform
Hyland RPA
Product
Activities
Release
Foundation 23.2
License

Description

Creates or updates an entry in a custom dictionary using the Platform API.

Properties

Analyst

  • Description: Optional text for documentation purposes.

Common

  • Continue On Error: Continues the execution of the workflow even if an error occurs during the execution of the activity.

  • Delay Before: Delay time in milliseconds before the activity is executed. The default value is 250 milliseconds.

  • Delay After: Delay time in milliseconds after executing of the activity. The default value is 250 milliseconds.

  • Disable Log: Disables the logging functionality for this activity.

  • Disable Protocol: Disables the protocol functionality for this activity.

  • Exclude from Global Delay: Excludes this activity from the Global Delay functionality.

  • Timeout: Duration in milliseconds in which the activity tries to execute.

Input

  • Dictionary ID: ID of the dictionary. Alternatively, you can use the Dictionary Name property and specify the name instead.
  • Dictionary Name: Name of the dictionary. Alternatively, you can use the Dictionary ID property and specify the ID instead.
  • Key: The key for which you want to set the value. If the key already exists, the entry is updated
  • Value: The value of the entry.

Options

  • Create if not exists: If this option is set to true, the dictionary is created with the name defined in Dictionary Name if it does not already exist on the platform.