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