How I filter CRUD with screen field

Hi I added screen field to select the year and then I add filter in Invoke and I can't do that it work. If I put "pr1_any eq 2019" it works ok, but if I put "pr1_any eq vAny.value" it doesn't work. How can I reference the value of a field of screen?

Can you post a screenshot from Radzen how this is setup?

What is vAny? If it a component maybe it will be better to bind the component Value to a Page property and use the Page property with expression ${yourProperty}