Certified Pega Robotics System Architect v8.0 (2019) — Question 18
You have extracted a proxy for a data set and are using it to pass the data into a procedure automation input parameter. In the procedure automation, the data link from the input parameter is not connecting to the stringValue on a stringUtils method.
What two troubleshooting steps do you perform to correct the issue? (Choose two.)
Answer options
- A. Confirm the proxy data in a messageDialog.
- B. Confirm the stringUtils method works.
- C. Confirm the data type on the procedure automation input parameter.
- D. Confirm the proxy's data type matches with the stringUtils method.
Correct answer: A, C
Explanation
Verifying the proxy data in a messageDialog (option A) helps ensure that the correct data is being passed, while checking the data type on the procedure automation input parameter (option C) ensures compatibility with the expected input. The other options, while relevant, do not directly address the issue of the data link not connecting.