Linq query with no result

I have an excel sheet that i want to filter the data and write it out. But it dont return anything.
What im i doing wrong?

The sheet is like this:
image

And the query is:
image

i have no errors in the query but it dont return anything.

And Activities:

With kind regards Micke

1 Like

@MiXs
Your statement is returning a list of strings where all strings are equal to Canada.
Was this your intention?

Yes i want to write out Contoso and Fabrikam.

But why is the string empty, what did i miss?
Shouldnt return something?