Hi,
I am trying to filter a table I am displaying on my screen twice,
First it needs to be filtered if the status begins with "Transfer From" and then if this record is after "DatePick","HourDropdown" and "MinuteDropdown" which is a date picker, hour dropdown and minute dropdown box on my screen.
In the items property of the table I have
SortByColumns(
Filter(tblog,StartsWith(status,"Transfer from")
),"statusupdated", Ascending)
How do I build the date and time into it aswell. The date and time is recorded in the statusupdated column of my table.
I'm new to powerapps