Hello,
I am trying to create tasks in MS Planner based on MS Teams messages (this works just fine) and reply to a Teams message when the correspponding task has been closed in Planner. Below is an Image of the Flow that should reply to a message when the task is closed.
Flow Overview
But I always get the same error when running the Flow "Status 400: Bad Request". I suspect it has something to do with the time inside the Flow being behind by 2 hours (07:38:38 instead of the correct time 09:38:38), but I dont know how to correct that.
{
"error": {
"code": "BadRequest",
"message": "Bad Request",
"innerError": {
"date": "2020-07-07T07:38:38",
"request-id": "b402891c-e208-4439-8d78-0a70725f20bb"
}
}
}
Failed Flow
Thanks in advance.