We know that each company has its own unique set of tasks and Business Models that need to be accommodated by the tools used in resolving them. We also know that sometimes it is hard to find the software perfectly matching your company’s needs.
For that, we are happy to announce that you can now build your own Widgets to make the most out of the UiPath Assistant to customize your automation and offer a better overall experience.
The default Widget Template is written in Angular 9 and is relying on the Widget APIs to handle commands for your automations.
Download the Default Widget Template
Getting started is easy and only takes a few steps:
-
Download the Default Widget Template from the GitHub Link or clone it directly in Visual Studio.
-
Install the dependencies using the following command
npm i
in the Visual Studio terminal -
Modify the Template as per your needs
-
Build the project using
ng build –prod
-
The Widget is saved in the
%APPDATA%/UiPath/widgets
folder -
Drag and drop the
.js
file on the Assistant
For a better understanding, a webinar took place with our Product & Dev team for the TechGig platform in which the feature has been presented in more depth.
The full video recording including the Q & A session can be found here.
Please keep in mind that adding Custom Widgets to the UiPath Assistant is still an experimental feature and not fully stable. As the Widgets rely on APIs, we do not recommend building them for Production use. The API collection used can change causing failures or unwanted behavior.
We would also love to hear your thoughts and feedback on the overall process of building and adding Custom Widgets in the UiPath Assistant. If you have any suggestions, comments or general opinions, please don’t hesitate to let us know on this page or through any of these ways.