Hello,
I have two lists. When an item is created in List 1, which includes a Name column, the flow looks at a Lookup list (List 2) to see if that name already exists. I am using a Get Items action with an OData Filter query in place to look at just the name column. The query:

The issue I am having is that if there is a single quote in the person's name (e.g., Kevin O'Leary), the flow fails with the below error.

How would I go about commenting out a single quote in a name field when dynamic content is being used? I've searched online but not finding a solution.
Thank you in advance for your help!
M