I've tried seven ways from Sunday to get this to work and I'm stuck. Running Enterprise 10.9.1, have a referenced point feature layer with a related table. The point feature layer holds features of interest, once selected, field technicians will enter an inspection in the related table. Relationship class is established and functional,1:M. Long story short, I have a bunch of binary Yes/No fields that I want to have activated as switch inputs in the app, something I’ve accomplished previously, but I can’t get this data to cooperate. The successful implementation was a hosted feature layer with a table that was already populated and being edited, as opposed to a table having records inserted. I have domains set on the fields, I’ve tried text and integer coded values with no success. I have default values set on the fields. The feature template works as expected in Pro (attribute rules are triggered, default values populate as outlined), but when I insert a record in Field Maps the Yes/No fields start out empty, whether or not I allow Null values or set the field as required in the Field Maps form editor, and will not ever populate a switch input, only a combobox or radio. I've also tried pushing the data into the data store as using a hosted feature service...still, no switches. I’ve run out of configuration options, thus ideas. Anyone?