Hi UiPath team, community, everyone else.
This is my first time writing here so if I missed the address please redirect me to the right one.
Also if you believe that some of the people from UiPath need to see those improvements feel free to tag them in comments.
I have been using UiPath for some time, while using it I came upon a lot of situations where I would like to see something done differently but as the time passes and updates getting out I see many of those small things are fixed.
But there is still some items which I would like to see (Or maybe they exist already but I am not aware of them, pointing them out will made my life little easier)
-
Value Injection - Very often I find myself in a situation where I would like to have some value injected while automation is paused with breakpoint. I donât need to run entire bot to test something, I just need one value from config or something similar.
While debugging automation its easy in the begging but when we are debugging very end of the project it can be time consuming to wait for the bot to come to the very end. -
Global Timeout - In Many cases I decide to tight automation with global timeout, or opposite to make it more stable for slower environments by extending timeout, yes there is solution for this to insert variable into this filed and to call the value from config but again it can be time consuming, especially if there are old projects, or if project migrated to another environment so I didnât put variable there. It would be beneficial if I could apply global setting of changing default timeout for that project only.
-
Surround with parallel - It happened to me often that after I created all steps for automation realize it would be better to put all activities to âparallelâ but there are many of them, I need to insert one by one or by selecting them, working through RDP it can be time exhausting and slow task, it is not big stopper there is absolutely easy way to do this but it would be even faster and better if I could just select activities, click right click and then select âSurround with Parallelâ just like we have âSurround with Try Catchâ
-
Slow step Reverse - Yeah I know its not big of a deal, there is 4 speeds of slow step, I even build muscle memory to turn it of or to go all the way around to first speed, but it would be nice if I could hold (for example) Shift key and clicking on âslow stepâ I go backward, so if I want to go from second speed to first (slowest) I donât need to click 5 times I can hold Shift and click only once
-
Mark Tail - Many times when I am on someone else project, when I am debugging I tend to go deep into workflows and workflows and workflows⊠I tend to lose my self easily, I would like if I can open workflow, and take a look, when I close it and when I am returned on previous tab to actually have marked which workflow I opened, its like âExecution Trailâ in debugging but to track my movement through process while offline