Business have sent a input file which has some queue items that are to be executed 5 days later.How this can be handled in UiPath?

Business have sent a input file.
Lets say an excel file which have 10 records.
Bot has add all 10 records to the queue.
5 records of them are to be processed today and remaining 5 records after 5 days.
How this can handled in UiPath ?

1 Like

@Kunal_Suryawanshi

Welcome to the community

In add queue items you have an option to set postpone date and time…to which you can set Now.adddays(5)…so the queue item would be added but would be postponed by 5 days and would be active only after that

Cheers

2 Likes

Hi,

You can use postpone property of queue item.

Thanks

1 Like

@Kunal_Suryawanshi,

This is the way :smiley:

Thanks,
Ashok :slight_smile:

1 Like

Hi Anil,

Thanks for the answer

Regards,
Kunal Suryawanshi

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.