I’m trying to see if it’s possible to create a UI Interface using React.js in order to create a User interface in order to execute the UI Path scripts. I was thinking of creating a sort of a chat box that when prompted will start a UI Path script and then whenever it needs the chat box will ask for a input and the input will be relayed back to ui path when it is running?
Why not just use UiPath Forms?
I did look into UI Forms as an alternative option but found it to be very restrictive in the design aspect. Additionally, the functionality of the UI path script would be added to an already made service chatbot as a separate option. So it’d be preferable to execute the script via the react chatbot.
What did you find restrictive? UiPath Forms are very flexible and powerful.
An alternative would be to have your app use the UiPath API to run the job, but this would be very slow. There isn’t anything you’re going to be able to do that will be very responsive.
Would it be possible to turn my already created chat bot (developed using react) to a UI Path Form Component? Would I have to turn the react chat bot into html? How should I got about this? Also thank you for helping me out!
No.
You’d have to build the form in UiPath. It would be part of the automation itself. The form and the calls to the chatbot would all be in the same automation and then run as attended.