I have a simple flow that checks if a user exists in a SharePoint list. The SharePoint list column I am calling is a Person/Group column type. In "Get Items", I put the following filter syntax:

The name in the String variable exists in the SharePoint list and is formatted as "Lastname, Firstname" but when I run the job, the body/value has null results. If I run getItems without the filter, the person is in the results. Is there a different format I should be using when filtering on a SharePoint list column type of Person/Group?
