Hi @RandyHayes this works like a charm. Thank you. And I can leave the submit button as is, cause once those datacards are set to required based on the value, the fields become mandatory so a user cannot submit the form.
I forgot that there are certain fields that are tied to several options from the dropdown because its a generic field. ie: There is a fieldname called "Please provide more details" so if someone selects any of the following from the sub category dropdown, ["Equipment Failure","Process upset","Safety Critical Equipment and Systems","Indoor air quality","First Aid","Communicable disease","Ergonomic","Heat Illness","> 5 days","1-5 days","Vehicular","Medical Treatment","Personal Non-Occupational","Personal Occupational","Procedural deviation","Process Incident","Tier 1","Tier 2","Breach in Procedure","Cyber attacks","Threat","Unauthorised Intrusion","Tier 3","Tier 4","Activated","Failure In Service","Failure on Demand","Failure on Demand (testing)" -
the "Please provide more details field should be displayed. I was trying to set this up as an array using your same formula above on this field so it would have read something like IncidentType_SubCategory.Selected.Value="Equipment Failure",""Process Upset","Safety Critical Equipment and Sytems" etc etc. Not sure if this is the right or recommended way to do this. It's not working also, but wanted to know what's the most efficient way of doing this, as I was able to use it as an array for the visible property on the field. I thought the "required" property would have worked as well.