Facing issue while implementing Captcha functionality in Pega
I have a requirement to show captcha to enter the shown code in text box along with refresh button.
Inorder to get Captcha code, I am using Activity pyGenerateCaptcha.
This activity generate a code and Store in pxRequestor.pzCaptchaAnswer Property. but I am unable to Copy the code to any other clipboard page for validation.
Also, I can't refer pxRequestor.pzCaptchaAnswer in Section as it shows "Property Code-Pega-Requestor.pzCaptchaAnswer is undefined"