It sounds like you're encountering issues with incoming emails being incorrectly associated with existing cases in Dynamics 365 CRM due to the presence of hidden headers that are not cleared when customers reply to previous emails. Here are some suggestions to help address this issue:
- Email Tracking Settings: Ensure that the email tracking settings in Dynamics 365 are configured correctly. You may want to review the settings under your personal options to ensure that emails are being tracked as you intend. Specifically, check the Track setting to see if it is set to track all emails or only specific types.
- Modify the Flow Logic: Since you are using Power Automate, consider adding additional conditions to your flow that specifically check for the presence of certain headers or patterns in the email subject or body that indicate it is a new order rather than a reply. This could help in distinguishing between new orders and replies to existing cases.
- Custom Logic for Case Creation: You might want to implement custom logic in your flow that explicitly checks for the absence of previous case identifiers (like
inreplyto,correlatedactivityid, etc.) before creating a new case. If these identifiers are present, you could choose to skip case creation or flag it for manual review. - Activity Monitor: Utilize the Activity Monitor available on the Record Creation and Update Rules page to diagnose and track any skipped or failed scenarios. This can provide insights into why certain emails are not being processed as expected.
- Revisit Smart Matching: While you have turned off smart matching, consider whether there are other settings or configurations that could be adjusted to prevent the association of new emails with existing cases. Sometimes, re-evaluating the overall configuration can yield different results.
- Manual Triage Process: As a temporary measure, you might want to implement a manual triage process where CSRs can quickly identify and flag new orders that are incorrectly associated with existing cases until a more permanent solution is implemented.
These steps should help you in troubleshooting the issue further and potentially lead to a more effective solution for managing incoming order emails in Dynamics 365 CRM.