Comprehensive and Detailed Explanation From Pega Robotics System Exact Extract:
The Lookup Table is a global component in Pega Robot Studio that can be accessed from multiple automations within a project.
To use its methods—such as ImportDelimitedFile, FindRecord, or AddRecord—you must drag the lookup table instance from the Globals section to the automation surface.
According to the Pega Robotics System Design and Implementation Guide, section “Using Lookup Tables in Automations”:
“Lookup tables are global components that store data used across automations.
To call lookup table methods, drag the table from the Globals section of the Palette to the automation design surface.
The Select Action dialog box will open, allowing you to filter and select from available methods such as ImportDelimitedFile, FindRecord, and ClearTable.”
Detailed Reasoning:
A. Select the ImportDelimitedFile method in a design form... – Incorrect. The lookup table is not part of the UI form.
B. Drag the lookup table from the Locals section... – Incorrect. Lookup tables exist under Globals, not Locals.
C. Open the Globals tab and filter... – Incorrect. You must drag the component onto the automation surface to expose its methods.
D. Drag the lookup table from the Globals section... – Correct. This exposes the ImportDelimitedFile method through the Select Action dialog.
[Reference:Extracted and verified from Pega Robotics System Design and Implementation Guide, Lookup Tables and Global Data Components section (Pega Robotics 19.1 and later)., , ]