hello everyone,
I need some help on the solution design side:
every day I download a report in excel format and filter the previous day’s items.
The robot is scheduled once a day at 10 am.
Now, my question is:
Since I always handle the previous day’s items, if today’s execution (for example), fails (portal ko, or other errors), then system exception, the next day’s robot would not retrieve those items (since it would handle the previous day’s items but not two days before).
How can I handle this structurally, considering that I want all items to be processed, even in the event of a system exception?
Thanks in advance