Use the GetListItem component
Return items from a list by using the GetListItem component in RPA Desktop Design Studio.
Before you begin
Role required: none
About this task
You can configure the properties for the GetListItem component. For more information about these properties, see Properties of the Reflection components.
Procedure
In the Toolbox pane, navigate to Utilities > Reflection.
Drag the GetListItem component to the Design surface.
To set the field that accepts an item from the list, do the following steps.
- Click the component settings icon (
Image omitted: component-settings-icon.png
Component settings icon.\).
Component settings icon.\).
2. Click the add index icon \(
Image omitted: add-image-icon.png
Add index icon.\).
Add index icon.\).
3. Update the data type of the index value.
A Data out port is dynamically created with each index that you add.
4. Repeat the steps to add more indexes.
5. Click **OK**.
To configure the input field, Configure port properties.
Connect the data and control ports of the GetListItem component to the corresponding ports of the other components.
Port type Port name Data type Purpose of connection Default value Mandatory? Data In Instance Object Takes a list item. No default value Yes Data Out Name of the port is the same as the name of the index value that is created. Object Returns the list item. Not applicable Not applicable To test the component, right-click the component bar and then click Run From Here.
Parent Topic:Reflection