Hi All,
We are using ArcGIS Pro Version 2.9.
In this we created branch version of the feature class and doing editing on the branch version of the feature class. We implemented some validation rules and for validation using error inspector, in evaluate rules we checked "Modified in this version" but when clicked on evaluate rules button, its evaluating all the features ( including non edited features in this child version) existing in the feature class.

Scenario:
In this feature class there are 100 features and we have added one new feature in this branch version.
When we run "Evaluate Rules", it is evaluating all the 101 features, ideally should evaluate only 1 feature which we added newly.
Expected behavior:
When we run "Evaluate Rules", it should run validations on the newly created feature.
any suggestion or alternative to achieve this. Thanks