I'm building a Flow to run from a PowerApps. I was running into issues with a simple filter query, so I broke this part off into a separate flow as a sanity check. When I run my Flow I get an invalid expression. What am I doing wrong?
List Name=Equipment
Column Name = PO#
OData Filter= PO# eq 'PO' (Dynamic Content from the input)
I'm trying to return a set of values from other columns in the list based on the input of PO#.


