So im trying to create a HelpDesk in SharePoint online using flow.
I have some issues that im trying to solve and would appriciate help with, im new to this 🙂
First issue.
I have column named: "Case Comments"
This column is used to communicate beetwen the end user and the Agent assigned to the case.
The column has "Append Changes to Existing Text" to keep the conversation.
The following things should be able to happend (Green Text is Working, Red i flow fails)
- User comments on a case that has an assigned agent (Email is sent to Assigned Agent)
- Assigned comments on case created by end user (Email is sent to End User)
- Assigned comments before End User have responded (Email is sent to End User)
- Agents comments without being assigned (Email should be sent to End User)
Basicly when an Agent types a comment the End User should get an email, when End User types a comment Agent should get an email.
In my flow below i used the following columns.
Requester (This is Created By)
Assigned (Name of agent)
Modified by
I got help with the start flow from @v-bacao-msft so the start design is not mine. (Thank you again)
