I have situation, where field is required, if “one” or “two” radio button value is selected, and optional, if “three” or “four” is selected. Is there any way to control “required” attribute for field based on another field value in blueprint.
I’m thinking about workaround: I can add 4 conditional fields (with “when”) per each (I have 3 fields like this, so 3*4=12 additional fields in total), and always update original value based on criteria in “after update” hook. Is there any easier way?