Selected options in Radio button refresh in UI , not displaying but values are getting stored in clipboard

Hi,

Currently I am using Pega7.4,

“Unable to select Radio button but values are getting stored in clipboard”##

Strange here is the radio buttons are working fine from development still few weeks back, but now we facing the above mentioned issue..

Please suggest us any fix for it

In a Pega application, if the selected options in a radio button are not refreshing in the UI but the values are getting stored in the clipboard, it is likely due to a configuration issue in the radio button control.

To resolve this issue, begin by reviewing the configuration of the radio button control to ensure that it is correctly bound to the relevant property in the clipboard.

Check that the radio button’s “Selected Value” property is set to the same property as the clipboard property that is storing the selected value.

Also, ensure that the “Auto-Post Value” option is enabled for the radio button, which will automatically refresh the UI with the selected value.

If the radio button is still not refreshing in the UI, it may be necessary to review the configuration of the section or harness that contains the radio button. Check that the section or harness is configured to refresh when the radio button’s value changes, by ensuring that the section or harness’s “Refresh on change” setting is enabled.

Finally, if the issue still persists, it may be necessary to review the application’s configuration and rules to identify any other potential conflicts or issues that could be causing the radio button to not refresh in the UI.

By reviewing and adjusting the configuration of the radio button control, section, and harness, it is possible to ensure that the selected options in the radio button are correctly refreshing in the UI, providing an efficient and reliable way for users to interact with data in a Pega application.

@konkar Thanks for the update, after trying with different reference source, radio button started working as expected