User will choose from date and to date through UiPath Apps date picker. According to the dates the records should be filtered from data service entity. How to write the expression for it? Is it possible from apps itself?
Hello @Kathirvel_Saminatha ,
you can write as below.
Filter(Entity Name,[FromDays > Date],[ToDate < Date])
you can pass date as custom 2 days based on your date.
Thanks,
Arvind
Hi @Arvind_Kumar1 ,
Yes, It is Working.
Thanks for your reply
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.