Configure port properties

  • Release version: Zurich
  • Updated July 31, 2025
  • 1 minute to read
  • 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.
      Table 1. PORT PROPERTIES dialog
      Field Description
      Data Type Specifies 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 Data Option 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.Mark-Data-as-Sensitive-option

      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 To The 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 Value The value that is attached to the port. This field appears when you select Static in the Read Data From field.
      Mapped Variable The variable that is mapped to the port. This field appears when you select Variable in the Read Data From field.