I am trying to filter data in Data Service by Date. Whenever a date is selected in UiPath App interface, filetred data should come up. But assigning condition is throwing error. Anyone has done this before?
I have tried converting the expression in query builder to datetime (same as in Data Service) but it does not work.
Not working. Gives No Data. However I have found something. When I pass a default expression in query builder, the filtered data is showing up. I have given a future date so that atleast all records show up on the App when it loads.
The requirement is to get Date input from frontend for filtering.
cdate(mainpage.newdate.value.tostring) is working..but if date value is not given then it does not show anything try to select a date and it should be working
because when blank default date is taken and hence no filteration