---
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


---

# Use the GetResolution component

# Use the GetResolution component {#ariaid-title1}

* Release version: Yokohama
* 
* Updated January 30, 2025
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

Get the resolution of the current screen by using the GetResolution component in RPA Desktop Design Studio.

## Before you begin

Role required: none

## About this task

The properties of the GetResolution component are common with the properties of the
other Screen components. To configure these properties, see [Properties of the Screen components](https://www.servicenow.com/docs/~m6YKSBePeQks0a0wXeTUA "Learn about the properties of the Screen components in RPA Desktop Design Studio.").

## Procedure

1. In the Toolbox pane, navigate to UtilitiesScreen.
2. Drag the GetResolution component to the Design surface.
3. **Optional:** Connect the data and control ports of the GetResolution component to the corresponding ports of the other components as described in the following table.  
   {#use-utilities-screen-getresolution__table_jnw_jn1_krb__entry__5}

   | Port type | Port name | Data type | Purpose of connection | Mandatory? |
   |-|-|-|-|-|
   | Data In | Return | String | Returns the resolution of the current screen. | Not applicable |
   [ ]

   {#use-utilities-screen-getresolution__table_jnw_jn1_krb}
4. **Optional:** To test the component, right-click the component bar and then click Run From Here.

## Display the current screen resolution in a message box {#use-utilities-screen-getresolution__example_y5w_pyr_c5b}

The GetResolution component passes the current screen resolution through the Return
Data Out port to the Show component. The Show component takes the resolution through
its Message Data In port and is displayed in a message box.

*[\>]: and then


