I have a list where the Title column is a concatenation between the machine name and the day the row was created.
For example, for the row with the Title 'ZX1_23.03.2023' it means that this row is equivalent to machine ZX1 on March 23, 2023, like that:

So far so good, but when I use a Filter Query from the 'Get Items' action to filter the row where the Title column is equal to 'ZX1_23.03.2023', it brings me no row at all. The strange thing is that when I use the Filter Query with the ID of that row (15940), it brings the Title column like this:

But when I use Filter Query to bring this specifc row filtering by Title, it returns me no row at all:


What am I doing wrong?