I’m creating a attended bot, I want to beautify UIpaths’s input dilogbox and message box. is there any way ? Also if not can I use python based ui tool like PyQT ??
Though it’s not directly possible with message box activity
You can Try with this custom input activity for adding any html
https://docs.uipath.com/activities/other/latest/workflow/custom-input
Or u can use UiPath forms
https://docs.uipath.com/activities/other/latest/workflow/about-the-form-activities-pack
Cheers @devanshi
UiPath’s built-in Input Dialog and Message Box activities are functional but may not provide extensive options for customization or beautification. However, you can create your own custom UIs using external tools or libraries and integrate them into your attended bot. While you can’t directly use PyQt within a UiPath workflow, you can communicate between UiPath and external applications or custom UIs through various methods
1.Create your own custom dialog boxes and message boxes using a language like C# or VB.NET, and then invoke them from your UiPath workflow.
2.You can create custom dialog boxes and message boxes using HTML and JavaScript and host them in a web page. Use the “Open Browser” activity in UiPath to display the web page as a UI element within the attended bot.
3.If you prefer to use Python and libraries like PyQt, you can build custom UIs in Python and use UiPath’s integration with Python to run Python scripts as part of your workflow.
4.If you have a separate web application or service with a beautiful UI, you can communicate with it using HTTP requests, APIs, or web services from UiPath. This allows you to leverage external applications with a modern UI.
@devanshi
Use UiPath Forms. Then you can make them look however you want.