I'm having some issues with a Flow I built. It started as a simple approval Flow, routing to the submitter's manager for approval (which worked fine). Then, I was asked to change the Flow because the department lead wanted the approvals to go to her EA instead.
I'm trying to use Variables to track this, and keep getting this error whenever I test:
The request failed. Error code: 'GraphLookUpRequestFailedError'. Error Message: 'User lookup request to Graph failed lookup for user identifier: '{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#directoryObjects(aboutMe,accountEnabled,birthday,businessPhones,city,companyName,country,department,displayName,givenName,hireDate,id,inte'.'.
Here is what I have for my flow - basically, if Sandy is the person's manager, it should Assign the Approval to Bryanne. Otherwise, it should default to the submitter's manager.
Any tips would be greatly appreciated! 🙂

