Hello, Could you please tell me how to put a filter into filter, but with different source. Or how can i join two sharepoint lists based on same ID.
I wrote this code it is good, but it only gives me the first record beacause of LookUp
Filter(ListAll,TextInput1.Text in 'Name&Surname',Title=LookUp(ListHours,Dropdown2.SelectedText.Value in Project).Title || IsBlank(Dropdown2.SelectedText))
