Hi Everyone,
I have an issue while trying to add attendees to a planner task using a flow with calendar.
The flow is activated when a meeting is created on calendar of office 365, the action is create a planner task (in a previous bucket already created), then after all attendees accept the meeting, I receive this message on flow notifications: "Schema validation has failed. Validation for field 'Assignments', on entity 'Task' has failed: The assignee id is invalid.". I think that the issue is because of the way Flow try to add the attendees to Planner, by adding them as a normal "email string" (user1@domain.com;user2@domain.com; ), and Planner doesn’t recognize this format, ¿I am wrong?, or ¿I'm missing something?
The output of the failure message show this:
Status code: 400
Body:
{
"error": {
"code": "",
"message": "Schema validation has failed. Validation for field 'Assignments', on entity 'Task' has failed: The assignee id is invalid.",
"innerError": {
"request-id": "f3c53084-3262-4e8a-9c19-2a7bf6e0a3a0",
"date": "2018-03-12T09:52:45"
}
}
}
Thanks in advance,