After end of the script a report file is created. It gets the data from the past as well.
I have set the date to today in get Queueitem. Once the status is logged it shouldnt rewrite again.
In your get queue item activity, in the From property pass a datetime variable of the time after which you want the queue items from. Currently you have passed Today so its fetching all queue items for the day.
So based on your requirement subtract the hours. If you only want records for the current process run then you can initialize a datetime variable at the start of the process and pass the variable in the From field of the activity.
Didn’t get you. Do you mean only fetch queue items which were processed/updated in the current run.
The look at my previous reply.
If you only want records for the current process run then you can initialize a datetime variable at the start of the process and pass the variable in the From field of the activity.
Ok I will try and update you. I just need to use datetime variable right
I was asking if we pass hours (-1). If there are multiple it will get all the run in past one hour. I just needed for current run.