How to integrate C# code in Uipath

Hi all, I have implemented few projects in the C#.Net code, now I am trying to integrate those codes in Uipath, May I know possible ways to do this???

@Rajnishk,

You can use invoke code if it is a small one, if you have a component in C# then you have to create custom component to use that component with UiPath.

1 Like

Hi @Rajnishk

You can do integration based on invoke code activity and give your code and execute the workflow

Thanks
Ashwin S

1 Like

Thank you for your response, could you please tell me if you have used C# code in Uipath , if yes, please let me know, thank you.

Hi @Rajnishk

Check this for example :slight_smile:

Thanks
Ashwin S

1 Like

Thank you Ashwin, I have integrated Python code, I want know about C# code.

Hi @Rajnishk

Check this

Thanks
Ashwin S

1 Like

Cool thank you, will try and let you know.