Hi @BiTry ,
See below. Note you will need to adjust the expression syntax to match your region:
Search(
Filter(
'Teljesítés igazolások',
'Elsz_x00e1_moltid_x0151_szakv_x0' >= DatePicker_kezd.SelectedDate && 'Elsz_x00e1_moltid_x0151_szakv_x0' <= DatePicker_vege.SelectedDate
),
TextInput_teljig.Text,
"Title",
"C_x00e9_gn_x00e9_v"
)
------------------------------------------------------------------------------------------------------------------------------
If I have answered your question, please mark your post as Solved. Remember, you can accept more than one post as a solution.
If you like my response, please give it a Thumbs Up.