Hello,
I am using a gallery to display tasks and when I use the following, powerapps says there is an error
Filter('[dbo].[View_Tasks]', ProjID = drpProject.Selected.ProjID And StartDate >= dteFilterStartDate.SelectedDate )
The error is
An error occurred on the server. Server response: Not a valid connector. Error Response.
When I use Filter('[dbo].[View_Tasks]', ProjID = drpProject.Selected.ProjID ) as the items for the gallery it works.
However the datepicker control portion ( And StartDate >= dteFilterStartDate.SelectedDate ) causes the error.
In sql server, the data is a date field.
Any ideas why it should not like this statement?
Regards,
John