Can I use Python in uipath for building all automation?

Can I use the python in UiPath for building all automation projects?apart from vb. Net and c#?in RPA domain?

@Rajan_Gulati,

Yes you can but in terms of scripts only. You cannot create project with python. You will have to create project with VB.net or C# and then inside it invoke your python scripts.

Thanks,
Ashok :slight_smile:

@Rajan_Gulati

Welcome to the conmunity

Then it would be a python automation…

And only thing you would do in UiPath would be to start the python script using invoke python code and schedule it as needed

Cheers