---
sourceDocument: Yokohama Data and Automation
sourceDocumentLink: https://www.servicenow.com/docs/r/yokohama/integrate-applications

 Release :

    - yokohama

ft:locale :

    - en-US

ft:publication_title :

    - Yokohama Data and Automation

ft:clusterId :

    - crint

bundleId :

    - crint

workflow :

    - Creator


---

# Recording automations

# Recording automations {#ariaid-title1}

* Release version: Yokohama
* 
* Updated August 11, 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 3 minutes to read

Summarize  
![AI sparkle icon](https://servicenow.com/docs/portal-asset/ai-sparkle-icon) Summarized using AI  
This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.  

## Summary of Recording automations

The Recording automations feature in the RPA Desktop Design Studio allows you to capture desktop or web application actions and convert them into automation flows quickly and efficiently.
This recorder supports both attended and unattended automations, enabling you to build automation flows without manually configuring connectors or components.
It is designed to work with applications interrogated by the Universal App Connector.
Show full answer Show less  

## Key Features

* **Element Highlighting:** During recording, different application elements are highlighted to help you distinguish element types and apply relevant actions.
* **Recorded Actions Pane:** Captures and lists each action performed on elements, organized by application screens, allowing easy review and adjustments.
* **Automation Flow Generation:** Saving a recording generates an automation flow as an activity in your project and automatically creates corresponding objects under Global Objects for reuse and management.
* **Screen Match Rules Configuration:** You can customize screen and element attributes for more reliable automation by using the Universal App Connector.
* **Enhanced Element Interrogation:** Element names are auto-populated from the target application during recording, improving clarity in the automation flow.
* **Rearranging and Editing Actions:** Recorded actions and screens can be reordered or edited directly in the Recorded actions pane, enabling you to modify automation sequences and details without re-recording.
* **Automatic Application Launch Component:** The recorder automatically adds a component to launch the target application in the generated automation flow.

## Benefits for ServiceNow Customers

* Enables low-code users to create automations more easily, reducing dependence on manual connector or component setup.
* Significantly reduces the time and effort required to develop automation flows by capturing real user interactions directly.
* Provides flexibility to fine-tune and maintain automations through editing and rearranging recorded actions.

## Limitations and Additional Information

The recorder's functionality is limited to applications compatible with the Universal App Connector. For known issues and limitations related to recording automations, refer to the official knowledge base article referenced in the documentation.  
Capture your actions from your desktop or web applications and convert them into an automation flow by using the recorder option in the RPA Desktop Design Studio application. You can record attended and unattended automations by using this capability. When you record an automation, you don't have to create it manually by using connectors or
components.  
Important:  
The recorder feature supports the applications which can be interrogated using the Universal App Connector.

## Highlighting an element {#recording-automations__section_lyt_m3p_ybc}

When you use the recorder, you can highlight the different elements in an application. These highlights enable you to differentiate the different type of elements. You can then perform the required action for each element. Each
element has a default action and a list of sub-actions.  
Figure 1. Highlighting an element by using the recorder

## Recorded actions pane {#recording-automations__section_mjv_43p_ybc}

The action that you perform on each element is captured in the Recorded actions pane. The recorded action in the Recorded actions pane displays the type of action and the element on which the action is performed. The recorded
actions are also listed according to the application screens.

## Automation flow generation {#recording-automations__section_dzh_q3p_ybc}

When a recording is saved, the RPA Desktop Design Studio application generates an automation flow as an activity to the automation project. The recording is also automatically configured as an object and listed under the Global Objects option in the Project Explorer pane. You can improve the generated automation flow from the Design surface by adding further components.

## Configuring the screen match rules {#recording-automations__section_any_s3p_ybc}

The screens and elements of the recording are also configured as objects to Global Objects. You can configure the screen match rules and the element attributes based on your preference, by using the
Universal App Connector. For more information on how to use the Universal App Connector, see [Universal app connector](https://www.servicenow.com/docs/rekyx1sNkMiQ18g1gPcqbQ "Create automations for your Windows, Java, and web applications by using the Universal App Connector (UAC) of RPA Desktop Design Studio. Configure the application screens and their elements from a single, unified connector instead of using the individual connectors of these applications.").

## Enhanced element interrogations {#recording-automations__section_wnl_x3p_ybc}

## Populate element name {#recording-automations__section_nsk_wrr_zbc}

When you record an action in the application, the element name is automatically filled in the Recorded actions pane. The element name is captured from the target application. In the following example, while recording the
SendKeys action, the element name "Location" is automatically filled, followed by "with text" and the keys or text value that is inputted by the user during the recording phase. If no default element name is available in the
target application, the type of element is used as the name.  
Figure 2. SendKeys Action type

## Rearrange recorded actions {#recording-automations__section_sll_zrr_zbc}

You can move and position your recorded actions and screens in the Recorded actions pane. You can also rearrange recorded elements in the Recorded actions pane. The recorded screen segment is split when a recorded action from a screen segment is dropped on to a different screen segment.Figure 3. Rearranged elements in the Recorded actions pane  
For example, when you record two actions of the QUOTES SYSTEM application, (DoubleClick and Click) and two actions of the Badge Tool application (Focus and GetText). Then, the list of actions are displayed in the Recorded actions pane, in the order in which they are recorded.Figure 4. Actions in the Recorded actions pane before rearranging  
When you move the Focus action from the Badge Tool application to the top of the list and above the QUOTES SYSTEM application. Then, the list of actions are displayed as follows in the Recorded actions pane, after the hierarchy is rearranged. The recordings of the QUOTES SYSTEM application are split.Figure 5. Actions in the Recorded actions pane after rearranging

When you save the recording, the automation is generated accordingly. The automation flow is generated based on the new sequence of actions in the Recorded actions pane.

## Editing a recorded action {#recording-automations__section_gj4_cjp_ybc}

Instead of deleting and re-recording an action, you can update the action type or element details by editing the recorded action, using the Edit action icon, in the Recorded actions pane. For example, you can edit the "GetText" action type on "About" element name in the following image.Figure 6. Edit a recorded action  
After selecting the edit action, you can change the action type to "SetText" or element name to "Tools" from "About" and select Update, as shown in the following example.Figure 7. Update the recorded action after editing

## Launch application {#recording-automations__section_qdk_glr_zbc}

On the design surface, the component to launch an application is now added automatically to the automation flow that is generated by the recorder.

## Benefits of creating automations with the recorder {#recording-automations__section_b4c_wfb_zvb}

Using a recorder to create an automation provides the following benefits:

* Low-code users can create automations more easily. Manually creating an automation with a connector or component is complicated.
* There's less time and effort needed to create an automation with the recorder.
{#recording-automations__ul_tt4_dgb_zvb}

## Limitations {#recording-automations__section_yls_53p_ybc}

For information on the known issues and limitations for recording automations, see [Known issues and limitations of RPA Desktop Design Studio for recording automations \[KB1225708\]](https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB1225708).
* **[Record an automation](https://www.servicenow.com/docs/N86XG9lc8YE69Sud58jXsw)**   
  Record an automation by using the recorder option in the RPA Desktop Design Studio application. The actions that you perform on the application elements can be saved as an automation flow to the automation project.
* **[Types of elements and actions for the recorder](https://www.servicenow.com/docs/sXaDVM0Qf4HKs9Ozx2ZRrw)**   
  The actions are the activities that you can perform on an application element such as a text box, button, hyperlinks, and so on. By using these actions, you can build an automation flow in the RPA Desktop Design Studio recorder.

