To track requests for changes to database records, I created a flow that creates a new task on a specific planner shared by my team. A new task is created whenever an email with the Subject "Record Update" is received to my inbox. The problem is that sometimes I (or my supervisor) will respond to the email with a question and when then the original sender replies again and their response will trigger the flow to create a new task because technically a new email with the specified subject line has been received. The solves I've found for this issue use a condition that checks if the subject begins with "Re:" but replies in my inbox don't get the "Re:" prefix automatically added to them so that solution doesn't work here.
Anyone know other ways to identify if an email is a reply that don't require a changed subject line? Is there a way to check if a task has already been created for the same ConversationID? How would I do that?
Screenshot of flow attached in case that is helpful.
Thanks!