Forms - Displays error suddenly (cannot read property of null)

My form was working fine and all of a sudden, in a particular field where radio buttons are displayed, the below error pops up.

This field has no hidden logic behind it. It just appears on the form when I select a field.

Can someone help me fix this issue.

Hi @Vivek_Ananth ,

How are you passing the Radio Button Values ? Could you Check if the values are not empty ?

This is how the radio buttons are configured.
16526970229024298922325791850827

@ppr can you help here?

have a check if setting a default value will help. It looks like the required field is null as long as there is not selected yes or No

Just tried setting default value as “YES”. Still getting the same error.

In preview mode, the radio buttons are displayed without any error. But when I run the process, issue occurs. :sweat: