Conditionally Render field Required Based on another field Value

Thanks Irvin.

I am using a Global Action button in a table to run multiple actions (Action Framework) - it creates a new row in a model and shows a popup where users can edit the fields. The model is “NewContact” - nothing else on the page interacts with this model.

This is a screenshot of the pop-up: what I want to do is have the “State” field Required only is the “country” field = United States.

Anyone have any ideas? Thank you!