in this blog, we will discuss about when the case is re-assigned notification should be send to new case owner copying the old case owner in the email
First of all we need to connect our environment to the plugin registration tool
Next we need Endpoint URL for WebHook Registration for that.
Follow the below instructions
Create a automated cloud flow and take “When a HTTP request is received” and next take List rows from DataVerse and after saving it Endpoint URL will be generated
Paste the URL in the notepad and divide the url as 2 parts from start to invoke
Next go to WebHook Registration in plugin registration tool
- paste the main url in Endpoint URL
- Divide the remaining URL and add it in the Add property like showing below
- also i was replaced “%2F” with “/”
Next save it
Next Right click on the saved webhook and click Register Step
Enter all details and click register new step
After Right Click on the new step and Click Register New Image
- After entering details click Register Image
Next, Run the flow and take the code from body of your power automate “when a http request is received”
Next copy the code and google for JSON to JSON Schema generator then after entered the website
paste the code and generate it
Next create a new Automated Cloud Flow
Take When a HTTPS request is received
Next take the parse Json and paste the generated json code here in the schema
Next take Parse json and rename it to Parse Pre-Image and after copy and paste the generated code to the notepad and remove the “row version: type: null” inside PreEntityImages
Now copy the Code and paste it in the Parse Pre Image body
After that take parse Json and rename it to Parse Attribute and pass the Attribute from the code in the schema
Next take follow the below steps shown in the image
Next take compose and give inputs
Next follow the below steps
Next test the flow and ceck its working or not
Now User Reassigned and flow also working