Hi Guys
I have a custom field on the Case entity called 'new_workedby'. When I change the user name in this field, I want the Queue Item entity 'Worked By' field to reflect the same value. I've had several stabs at doing this with Flow. My latest attempt is below:
So - when the custom field on the Case is changed:
Get the ID of that Case - in this case I've tried to use the object id of the queue item referring to the Unique Identifier of the Case (in the Row ID field below):
Then finally, update the Queue Item 'Worked by' field to reflect the same user that is in the custom field of the case i.e. new_workedby'
I just cannot get this to work - the latest error being:
'Could not find a property named 'objectid' on type 'Microsoft.Dynamics.CRM.queueitem'.'
But there is a field called objectid on the queue item entity! - So I really don't understand why it's erroring?
Any help how to get this flow working would be greatly appreciated.
Many thanks in advance.