Hello!,
i'm a total begginner on the Power Automate tecnology and i need help with my first flow..
My scenario is:
- I receive an email on a specific Microsoft 365 mailbox.
- If it is the first email on the conversation, we give an auto response.
- when we receive the reply to that auto response we forward the message to other account.
- If the same sender starts another conversation he will get again the auto response.
I was trying with this steps:
1.- When a new email arrives (v3)
2.- Get emails (V3).
3.- Initialize Variable -> ConversationID - String -> "value": "@item()?['conversationId']"
4.- Initialize Variable -> MessageID - String -> "value": "@item()?['id']"
5.- Condition -> if ConversationID is null then send the auto response and if not then forward the email to the other account.
Thank you all, have a nice day.