For each email received in a specific Outlook box, I create an item in a SharePoint list. With various information, ID, time, etc.
There are some automations, which send automatic emails, according to the status I change in this list. I now need to create a way for the original email responses to be the same id's with a suffix.
Here's a more logical example:
When a new email is received:
When someone replies to the original email:
That is, before creating the item on the list, I need to check if it is a reply from an email that is already on the list. The problem is finding an identifier for it. I've already tested the MessageID and ConversationID, but they change when replying to the email. Can anyone help me?