Set Yesterday Date in Search Filed

0
Hi Team, I have added a search field whose type is datetime. I need to set the default value to yesterday. But, when I go the control and try to set the default value, there are only two options [%CurrentDateTime%] [%BeginOfCurrentDay%]   There is no option where I can call microflow to acheive my goal and there is no other option where I can set yesterday date as a defualt.   Please guide me. Thanks
asked
1 answers
0

I don’t believe you will be able to accomplish this with the current functionality of grid filters. I think you can either change your data grid into a listview and look into using the listview filters or create a search entity with a date attribute that has the desired default.

answered