WIth the release of a new version of UiPath, python support has been added. Could anyone please give me some working examples of how I can invoke a python function, method or something to my project?
Unfortunately the description of the methods on the official UiPath website doesn’t really make it clear to me how to use it.
For instance, I need to run a very simple python code where I have some input variables and maybe some output. What activity do I use for it?
Another question: what if my python code contains an imported library, can it be invoked to UiPath as well?