Hi
I have a Dataverse as a datasource
What i want to do in a canvas app text field i want to filter the datasource table where ColumnName=comobox.selected.value and
then return to this combobox last submited particular column record.
For finding the last this works but i want to be sure it is the last on the particular selected project number that user is working
First(FirstN(Sort(Components,'Created On' Descending),1)).'Component Name'
But as told i want to combine it with Filtering datasource with this filter(This filters my gallery)
Filter(Components,'Projekto nuoroda'.'Projekto pavadinimas'=FilterProjektas.Selected.'Projekto pavadinimas)
How do i combine these together?