Hi ,
I have tried to get queues items from specific queue which was created today.i have used datetime.today in from property of get queue item activity but that is not working
Thanks
Hi ,
I have tried to get queues items from specific queue which was created today.i have used datetime.today in from property of get queue item activity but that is not working
Thanks
Can you try to set ‘Now.Date’ to the From filter in the Get Queue Items activity?

Hope this helps,
Best Regards.
You have to give only the dat with hours as zero so you can try like this
Cdate(Now.ToString("MM/dd/yyyy 00:00:00"))
Cheers