Hi All,
Background:
We have a process that requires us to enter data into an HTML table implemented with AngularJS. About 1000 fields to populate from a Spreadsheet.
Issue
The vendor we're working with indicated the way the AngularJS/HTML table was implemented that the automated process would take too long to automate using out-of-the-box Blue Prism, and that the process would be far too unstable.
Proposed fix
Automate the process in Blue Prism exclusively in C#.NET, because C#.NET has access to the data via MVC (Model, View, Controller).
---
I would rather stick with a standard Blue Prism approach instead of going down the C#.NET route, but I want to maintain the bot stability.
Has anyone come across something similar where data entry to a web page that has been implemented without accessibility in mind caused delays in delivery speed and produced an inherently unstable bot/process?
Appreciate any prior experience that would be beneficial.
(Note: I have contacted our pre-sales guy, another vendor, and support who were both surprised that we couldn't just automate the process in Blue Prism and that we were forced to implement primarily using C#.NET)
Thanks