We're building a Flow that utilizes the following two steps:
1. When an upcoming event is starting soon
2. Create a work item (in Azure DevOps)
We'd like to take the Optional Attendee field from step 1 and use it as the Assigned To field in step 2. However, we're receiving an error message.
Can you please help us understand how you would tackle this problem?
Here's the error message we get from step 2:
{
"status": 400,
"message": "The identity value 'greg.tate@catapultsystems.com;' for field 'Assigned To' is an unknown identity.\r\nAzure DevOps ActivityId: 068b6890-53ae-48e3-adaf-a65003286dc3\r\nclientRequestId: d0f8408b-ebc1-4fe6-95b0-932561d17172",
"error": {
"message": "The identity value 'greg.tate@catapultsystems.com;' for field 'Assigned To' is an unknown identity.\r\nAzure DevOps ActivityId: 068b6890-53ae-48e3-adaf-a65003286dc3"
},
"source": "vsts-eus2.azconn-eus2-01.p.azurewebsites.net"
}
Thanks!