Hello,
I am using the method below mentioned in the link (MS Flow) to send me an email whenever data is submitted, and it works like magic - very quick and convenient.
https://im.unhcr.org/kobosupport/
I kindly ask whoever have good experience to help me with the JSON code (see below), I want to get notification email when a certain record is set to value I decide.
For example, if the location was “camp” HTTP request should work with JSON and send me notification email but if the submitted records is “urban” do nothing.
{
“type”: “object”,
“properties”: {
“group_qb9ch94/_loc”: {
“type”: “string”
}
}}
`
Is there a way that it can be possible to add something to the code or even do changes in REST service.
Thanks in advance and waiting for your help.