How to verify uniqueness for a combination of fields

You can check it by counting the number of distinct dates for each combination (group) of ID and Description. This can be done with the “Aggregate” action with the “Count distinct” aggregation. If at least one count is greater than 1 then halt project execution.

See the example below:
distinct-in-group.morph (3.5 KB)