I have a situation where in I have a huge excel file containing 20k excel rows, that file needs to be Segregated into different excel files based upon a criteria, post that, we need to apply some calculation methods on each sheet.
I need suggestions on how to handle exceptions in this case, if somehow the bot got an issue in any sheet in between, then it should resume it from there itself.
First I would suggest to take REFramework template here as it would help you reiterate the sequence of activities and also to track the exceptions occurred
In that point of view REFramework can easily help us here in this scenario
Next we can simply use a FLOWCHART where we can loop again if there is any failure which means once after writing to a sheet of it fails in the middle then it should saved as False in a Boolean variable
That Boolean variable can be used in Flow Decision to think on whether has to be retried or can be moved to the next one