Question in excel?

Hi All,
there are 1000 records in excel you need to add to queue while adding if any system exception occurred at that time bot has added 500 records how will you make sure that when the bot start execution again how will you make sure that the bot will start adding the data to queue from 501th records in UiPath

@naveen.s

after adding each record to queue add them in a dt if system exception occurs match this dt with the main dt and remove duplicates.

Although, the best approach would be to use unique references

@naveen.s,

Use Reference field as unique identifier.

Enable Unique reference at queue level so even on multiple try to add queue items, those will not be duplicated.

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