function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Mk450Mk450 

Duplicate Case Creating from community.

We have community on production org.
When the case is raised from support option from community.
The 2 cases getting created in salesforce.
One case with the given details from community and 2nd with the assignment of the newly created case with the subject of new case assignment(EG. Subject - This case is assigned to you) and description with the reference of the newly created case.

In debug logs, We observed that several workflows get fired on case creation in salesforce. So, we have gone through all the workflow rules in org but the field update was the only thing achieved in all workflows.

Also, there are no Process Builders, Apex Triggers, Flows, Queue, Case assignment rules.

Also, I searched for resources on google about this issue, but I was unable to find anything related to this scenario.
Please help me if anyone faced this kind of scenario?
Craig Coates JWCraig Coates JW
Which level of deug did you use for the logs? Can you see where the second case is being created? I would recommend you download the metadata for your org in Eclipse and then search for the 'this case is assigned to you' that is being appended into the second case. This will highlight which action is creating it.