In that case, you have to create 1 boolean attribute in your main entity e.g "IsMainContract" set it to false initially, in validation microflow , check if your main field is empty or not
if empty set this boolean to true else set false and refresh entity, and use this same boolean to show message and tick icon, like below
Hi Bill,
you can use the Validation Feedback and give your custom message
like the following screenshot