How to loop a failed RPA automation

Okay. This can be solved using the below steps

  1. Create 20 stages in your RPA solution. One for each data entry
  2. Create 20 boolean flags in an excel file. It can be either true/false. By default false will be the value
  3. While filling the form for a particular application, check if the stage is already processed by using the flag in the excel file
  4. If the value is false, Fill that data in the website and set the flag to true