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
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:
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?
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