Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

General

The RPA Desktop Design Studio General components automate diverse use cases. Examples range from execute a database query to passing a variable.

  • Use the Confirm component
    Set a confirmation message that is shown in a dialog box requiring user inputs by using the Confirm component in the RPA Desktop Design Studio.
  • Use the Input component
    Set up a user input dialog with by using the Input component in RPA Desktop Design Studio.
  • Use the Input Password component
    Set up a password input form by using the Input Password component in RPA Desktop Design Studio.
  • Use the Show component
    Display custom messages as part of a Attended Robot automation by using the Show component in the RPA Desktop Design Studio
  • Use the Variable component
    Create a variable in RPA Desktop Design Studio.
  • Use the Try Catch component
    Catch an error or exception that occurs in a component in an automationand transfer control to the other components within the automation.
  • Use the Expression component
    Perform mathematical and logical operations with various operands and operators using the Expression component in RPA Desktop Design Studio. The Expression component supports multiple operators and functions for you to use.
  • Use the Find Window component
    Set the focus back on various windows that are inactive or running in the background as part of a Robotic Process Automation workflow in the RPA Desktop Design Studio.
  • Use the Parallel component
    Execute multiple components in a sequence to perform multiple actions. The Parallel component exposes multiple threads that can execute multiple components as part of a Robotic Process Automation in the RPA Desktop Design Studio.
  • Use the Script component
    Write and execute custom Visual Basic (VB) scripts by using the Script component in RPA Desktop Design Studio.
  • Use the SQL component
    Write custom SQL queries to perform various operations by using the SQL component in RPA Desktop Design Studio.
  • Use the Start App component
    Start or launch an application or file by using the START APP component in RPA Desktop Design Studio.
  • Use the Format Text component
    Format the text by using variable placeholders and line and tab variables with the Format Text component in RPA Desktop Design Studio. You can update the text and their positions easily by just updating the variable placeholders and the line and tab variables.
  • Use the Terminate component
    Abort an automation by using the Terminate component in RPA Desktop Design Studio.
  • Use the Throw Error component
    Raise an exception during the automation process to indicate something incorrect has occurred by using the Throw Error component in RPA Desktop Design Studio.
  • Use the Wait For Time component
    Set a wait time by using the Wait For Time component in RPA Desktop Design Studio.
  • Supported functions for the Expression components
    Learn about the various functions for the Expression components in RPA Desktop Design Studio.
  • Properties of the General components
    Learn about the properties of the General components in RPA Desktop Design Studio.

Parent Topic:Automation components