Hello All,
I am building an approval flow that checks to see if the manager is OOO and actions differently depending on the result. Currently my flow is set up as shown below. It works perfectly except some managers are returning as OOO when they are actually IN office. That appears to be because the response from mail tips is
{,
"automaticReplies": {
"message": ""
}
Flow works fine if response is
{,
"automaticReplies": ""
}
What is causing the "message" to show and how can I account for it?