I'm trying to use a Filter Query to return the ID of an item from a list using a variable. It works fine when I manualy type in the query as follows:
Title eq 'Cory Ave '
But when I use a variable it fails. The variable is an item from a different list. Is the variable type within the query a potential problem? What else could be causing this?
Here is the flow with a variable in the query:

Here is the flow with hardcoded query:

This screenshot is from the successful run returning a single record from the filter:

This screenshot is from the failed run with no output resulting from the filter.

Thanks, Elan