Hi,
I’ve been looking at some features of the attended robot - specifically at the custom input activity.
Currently this activity only features an output property, however I am looking at developing a robot/dashboard that can change the text on the form/html page dynamically after a user action.
For example if a user presses a button on the form from the custom input page
- a pdf would close and another pdf would open (PDF file path can be stored as an array)
- PDF file name on the form would change depending on what pdf is currently open.
First iteration
Used user events with invoke Javascript and the custom input within a parallel.
When a user presses the middle mouse button JS updated a tag
however, the Javascript is unable to update the uipath.executor.exe app.
Second iteration
Added the Javascript junction within the html page/form that is openned through custom input activity.
The function was successful and I was able to update the form.
Limitation is that I am unable to pass values into the form dynamically…
Is what I am trying to do possible ?
In a nutshell I am trying to build a dashboard form that is always open and the values within the form change dynamically dependent on user actions with the form also outputting values if possible.
Currently a limitation that I can see is that I am unable to pass in values into the form to update and the more I look at it it’s turning into a Javascript automation solution…
Any help is appreciated !
Thanks.