When you open a screen in Architect that contains a screen section with a radio button, the following error appears. After clicking on OK, the error window is closed and the screen is opened in the editor. If there are more radio buttons in the screen, you have to close several such windows.
Occurred in build 2025.8 and 2025.10, not tested in other versions. Also it happens only for older screens. When I created a new screen with radio buttons, it opened correctly. The only difference I can see between the cases is that the SchemaItemName in the old screen section is AsRadioButton as opposed to RadioButton in the new screen section.
========================================
Origam
Failed setting value 'False' (Boolean) to Property AsRadioButton.Value (Object)
========================================
Failed setting value 'False' (Boolean) to Property AsRadioButton.Value (Object)
------------------------------------------
Exception has been thrown by the target of an invocation.
------------------------------------------
Data constant/parameter not found.
Parameter name: id
Actual value was 00000000-0000-0000-0000-000000000000.
------------------------------------------
========================================
Stack trace
========================================
at Origam.Workbench.Services.ParameterService.GetParameterValue(Guid id, Nullable`1 overridenProfileId)
at Origam.Gui.Win.AsRadioButton.GetValue()
at Origam.Gui.Win.AsRadioButton.set_Value(Object value) at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Origam.Reflector.SetValue(MemberInfo memberInfo, Object instance, Object value) at Origam.Reflector.SetValue(MemberInfo memberInfo, Object instance, Object value)
at Origam.Gui.Win.FormGenerator.ProcessPropertyValue(Control control, PropertyInfo property, PropertyValueItem propertyValueItem, ProcessPropertyValueOperation action)