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

Configure port properties

Configure how data is passed to the input fields of a component or method in RPA Desktop Design Studio.

Before you begin

Role required: none

Procedure

  1. On the Design surface, right-click a port or the associated field of a method or component.

  2. Click Port Properties.

  3. In the Port Properties dialog box, configure the port properties.

FieldDescription
Data TypeSpecifies the data type of the input that you are passing to the component or method. This option is enabled when the input field requires that you pass a variable or parameter to the field.
Sensitive DataOption to hide the data from view on the Design surface.You can also set this option by right-clicking the port and selecting Mark Data as Sensitive.
Image omitted: mark-data-as-sensitive.png
Mark-Data-as-Sensitive-option</td></tr><tr><td>
Read Data From

The Read Data From field appears only for Data In ports, and includes the following options:- Connection: Pass the data from another component. - Static: An unchanging value that is associated with the component. Use data specified in the Static Value field of this dialog box. When you select this option, the Data in port on the component disappears.

Note: This option does not appear in some components and methods.

  • Variable: A global or a local variable from where the data must be read. When you select this option, the Data in port on the component disappears and the variable name appears on the port. For more information about variables, see Create and use a variable in RPA Desktop Design Studio.
Write Data ToThe Write Data To field appears only for Data Out ports and includes the following options: - Connection: Send data to another component. - Variable: Use data from a global or a local variable. When you select this option, the variable name appears on the port, and the Data Out port is not present. For more information about variables, see Create and use a variable in RPA Desktop Design Studio.
Static ValueThe value that is attached to the port. This field appears when you select Static in the Read Data From field.
Mapped VariableThe variable that is mapped to the port. This field appears when you select Variable in the Read Data From field.

Parent Topic:Using automations