Overview
The SQL and Appian RPA Integration Library are used to update the database table based on the success or failure of the bot's operation. If the searched text set is not found in Wikipedia, the bot writes 'Results not found. Invalid Input' in an Excel sheet, along with the corresponding searched text, and logs the table as 'FAILURE' with the exception. If the text is found, it scrapes the data and writes it to the Excel sheet, along with the searched text, and logs the table as 'SUCCESS.' In both success and failure cases, the bot logs the corresponding searched text and timestamp in the database table.
Key Features & Functionality