Comprehensive and Detailed Explanation From Pega Robotics System Exact Extract:
“After adding the application method, Pega Robot Studio includes the application in the Palette. External elements are not available underneath the application, such as:
In other words: when you are working within an application method under a specific application (such as BankerInsight), you cannot include items from the global scope (Globals), you cannot include items from other applications (such as Pega Finance controls belong to a different application), nor can you include automations that are not scoped to the same application (automations outside BankerInsight).
Why each option is correct/incorrect:
A. Automations that are not scoped within BankerInsight — Not available (Correct). According to the extract, “Automations that are not scoped within the application” are listed as external elements that cannot be used.
B. BankerInsight controls — Available. Controls belonging to the same application are within scope, so you can use these.
C. External data sources — The documentation snippet does not explicitly list “external data sources” as unavailable under the application method. So by the extract we cannot verify it as not available — thus we do not choose it.
D. Pega Finance controls — Not available. These belong to a different application (Pega Finance), so they fall under “Other applications” which are external to the current application and so cannot be used.
E. Globals — Not available. Explicitly listed in the documentation as external elements not available underneath the application.
If you like, I can check whether “External data sources” are allowed or not in that context and provide a more detailed explanation with additional reference pages.