I really appreciate your detailed follow up. Here are my results. Issue still present:
- Dropdown Items Property set to:
[" ", "Completed", "Completed w/ Comments", "Exceptions Taken"]

- Error message is present with Text Property set to Parent.Error

- Data Card Update Property set to: (I need to report Comments if they are added)
Concatenate(
prejobSafetyChecklist_input.Selected.Value,
"; ",
If(
IsBlank(
prejobSafetyChecklistComments_input.Text), "No comments", prejobSafetyChecklistComments_input.Text))

- Data Card Required Property set to True

Execute SubmitForm(formName) and no Error Message is displayed for the Data Cards in Question (there are 14 of them). The first 9 Data Cards error out just fine. But cards 10-24 do not error.
Its almost like the " " option is being seen as a text value. I've tried "" and Blank() as options as well. No Go.

If I slap a new version of the Data Card in and mark it Required, it errors out no problem.

If I copy in the dropdown menu AND leave the Update property to dropdown_1.Selected.Value, everything errors out correctly.

If I try to copy over the comment box and change the Update Function, NO GOOD, error message disappears.
What is wrong with my UPDATE Function where it overrides the REQUIRED Function of the Data Card?
