I am trying to create a task in Planner for a selected item in Sharepoint. And to assign the task to the project owner that is listed in the sharepoint list. I am using the template flow for it, as I am not at all experienced with Flows.
The flow stops at "create task" step and returns error 404:
error": {
"code": "",
"message": "Referenced User or Group (xxxx@xxx.xx) is not found.",
"innerError": {
"request-id": "2d266002-deb2-4acf-9fec-fe08ccdf523a",
"date": "2018-08-30T11:38:41"
}
If I remove the Project Owner from the Assigned User ID, the task is created succesfully. Can anyone provide me an easy solution for this?