How to get today added queues items in orchestrator queue?

By EOD I would like to extract today’s created orders in the orchestrator queue.

if we use the Get queues items activity then how to pass today’s date to get the today created orders?

Any Leads would be appreciated

in general we can use the get queue items activity or the Orchestrator Rest API

as it is a date Time give a try at:

  • DateTime.Today
  • DateTime.Now().Date

Yes if I use Now.AddDay(-1) I’m getting today’s created orders. is this the correct way?

I have 2 items in the queue created in Today if we use Now.AddDay(-1) means Yday right?

grafik

grafik

above as a general help. Do some checks if maybe the local date time info (your time zone) needs to be translated to an UTC

grafik