User Input Prompt

You can select this activity to prompt a user for providing an input when the RPA process is run in the Attended mode.

This table lists the properties for the activity.

Property Type Property Name Data type Description
Common Default Value String The default value to be used if an input is not provided by a user in the specified time out period.
Input Prompt Message InArgument< String> The message to be displayed when prompting a user for providing input.
Input Type Input Type The type of input expected from the user.
Options InArgument< String> List of options available to the user for providing input. This field is enabled only if the Single Select or Multi Select input type is selected in the Input Type field.
Prompt Title InArgument< String> The title displayed for the prompt message. The title provides a context for the input request.
Misc Timeout InArgument< Int32> The duration for which the activity waits for the user input before proceeding with a default action or raising an error.
Display Name String Display name for the activity.
Output Response Code Int32 Response code for the activity. Possible values:
  • 200 to 290: Indicates a successful response or valid output.
  • 400 to 499: Indicates client error responses.
  • 500 to 599: Indicates server error responses.