AI Integration with UIPATH

integrated of AI (Python & R) with Uipath is very easy. I worked on AI project recently and integrated with uipath.

First I configured Language R & python on client machine.

I executed R file,py file and ipynb file using command prompt and automated with Uipath. This process is running successfully.

Python is going to be added for Invoke Code Activity in the next Release. :slight_smile:

“Invoke Python Code - you asked, now it’s delivered: activities that interact with python”

3 Likes

Hi Nitin,

I am considering integration of R script in UiPath. Can you share any ideas on how to go about this?
Thanks.

Create your R script and a batch file to run the script. You can then run the .bat file from UiPath using start process activity.

This is too vague. However you can runt Python code.

How to integrate ipynb that is Jupyter Notebook with UiPath?

2 Likes

Thanks @Nitin.varshneya

Could you kindly share the specific steps that one would need to be able to integrate Py or R Script into UiPath?

Thanks.

1 Like