Loan Application Problem Statement
Loan Application Problem Statement
Objective:
Develop a UiPath automation solution that reads data from an input Excel file,
fills in the loan application form on the UI Bank website, retrieves the generated
Loan ID, and writes it back to the respective record in the Excel file.
URL:
[UI Bank Loan Application](https://uibank.uipath.com/loans/apply)
Project Description:
The automation project aims to streamline the loan application process by
automating the data entry and retrieval tasks involved. The process involves
reading customer data from an input Excel file, entering the data into the loan
application form on the UI Bank website, submitting the form, retrieving the
generated Loan ID, and updating the Excel file with the Loan ID.
4. Error Handling:
- Implement error handling to manage scenarios where the form submission fails
or the Loan ID is not generated.
- Log errors and continue processing the next record in the Excel file.
6. Automation Components:
- Use UiPath activities such as Excel Application Scope, Read Range, Write
Range, Type Into, Click, Get Text, and others as needed.
- Create reusable workflows for tasks such as reading data from Excel, filling
the web form, retrieving Loan IDs, and writing back to Excel.
7. Environment Setup:
- Ensure that the UiPath Studio environment is set up with the necessary
packages and dependencies.
- Test the automation in a controlled environment before deploying it to
production.
Assumptions:
- The input Excel file follows a consistent format with predefined column headers.
- The UI Bank website is accessible and the web elements are stable and
identifiable by UiPath.
- The Loan ID is displayed in a predictable location on the confirmation page.
Expected Outcome:
- A fully automated process that reads customer data from an Excel file, submits
loan applications on the UI Bank website, retrieves Loan IDs, and updates the Excel
file with the retrieved Loan IDs.
- Improved efficiency and accuracy in the loan application process by eliminating
manual data entry and retrieval tasks.