I have a process definition that creates a related record when a case is created with specific criteria. The case and the related record (Nonconformances) have a field (Batch) which is a unique value. How can I modify the process definition to create the related record only if a record with the unique value has not already been created? Basically, I can have multiple cases for batch 12345, but I only want 1 related record created for each unique batch number to avoid duplicates.
Thank you!