@efialttesso I know I marked as solved however I'm trying to combine the two flows and I think I figured out, all of the same from previous however instead of checking for RE: I'm checking to see if the there is a task that exists based off the email subject..
If it does, then I check for body containing got this, if not I create a task.
However, I'm having 2 issues at the moment.
1. It doesn't look like it's actually defining the subjectrimmed variable, is this because the email isn't starting with "RE: "?, it's also doing this with the DueDate variable, it almost looks as though it isn't pulling them down from the top of the flow.
2. It looks as though it's posting based on a FOR-EACH loop which I can't figure out how to turn off, example - if I have 3 tasks present in planner, it posts to Teams for each task in planner..
Any thoughts?