I’m new to UIPath. Currently going through the tutorials.
I find the graphical method of creating a workflow to be slow and cumbersome. I much prefer to write codes directly. Can someone please point me to resources I can learn how I can skip the graphical interface and write codes directly?
Thank you for the links provided. I’ll explore further before I ask any follow up questions.
Just to elaborate on my original question - i was thinking that it’s easier to code the entire workflow instead of having to design it via a graphical interface. For example, to create a loop, i had to find the right activity box, click Into it to type the conditions and then to draw draw arrows. That takes a lot more time than writing one single line of code.
I think it would be much easier if we could just code everything in .net or some other platforms and then just do api calls for the necessary functions. Not sure if I’m thinking in the right direction.