Is there a way to input multiple users email in the Get User Profile (V2) action? I have a Flow that is pulling info from a Form and inputting it into a Planner task, but is only able to pull 1 profile. I'm looking to add multiple people that the task will be assigned to.
Or perhaps there is a different action that could fullfill this.
you can add multiple instances in line, of the "get user profile" each extra will have a numeric ID that increases.
like;
Get user..(2)
Get user ..(3)
etc.
Then just keep track of what user is being looked at by what instance.
I was able to add a 2nd user profile fetch, but the Flow is hitting an error on the following action to create a Planner Task. Perhaps there is a snag when it's attempting to assigned a task to multiple users? Below is the error (occurs on the Creat a Task action) and Flow itself.
{
"error": {
"code": "",
"message": "Schema validation has failed. Validation for field 'Assignments', on entity 'Task' has failed: The assignee id is invalid.",
"innerError": {
"request-id": "98b1d09a-392f-455b-8ca6-a3647ca5d798",
"date": "2018-10-03T17:11:37"
}
}
}
I was able to put in a 2nd Get User Profile action after a Delay and tied to it the created task.
User | Count |
---|---|
88 | |
39 | |
23 | |
20 | |
16 |
User | Count |
---|---|
129 | |
50 | |
48 | |
35 | |
26 |