ほとんどは子のオブジェクトの条件に基づく検証です。
英文の回答例として整理します。
フローが先に流れるみたい?
フローを使用してOpportunitySplitオブジェクトをターゲットにする場合、メンバーがOpportunityに追加されるときに、バックグラウンドで非表示のボックスをチェックします。
次に、これを検証ルールに組み込むことができます
If you target the Opportunity Split object using a Flow then when the member is added to the Opportunity check a hidden box in the background.
You could then factor this into your Validation Rule.
各月に保存できるレコードは 4 つだけであるようにします。
Use a record trigger flow to count the number of records for the month entered. If it exceeds 4, set the checkbox field to true.
Before Creating the Flow
Record-triggered flows cannot have a screen element. Therefore, you cannot display a message on the screen. The main idea is to have a simple validation rule that is triggered when a checkbox field becomes true.
https://salesforcetime.com/2021/09/25/complex-validation-rules-using-record-triggered-flows/