Can we write C# code in uipath and deploy it?

Hi,

At present, I have a piece of code written in c# that will download the files from Azure Blob storage to local server.

However, Now, I need to use this piece of code in the UIPath to pull the files from the Azure blob. Is this possible to write the c# code as a custom activity for this kind of task?

Also, is it possible to integrate Azure and UIpath? If yes, how do I connect Azure and UIpath?

Thanks.

You sure can - search in this forum for “How to Execute C# code in UiPath”

@sreeprasad,We cannot Execute c#code in uipath,But Once check this link

Hello @sreeprasad,

We have to write basic C# code while automating things. we can execute IF ELSE, SWITCH, VARIABLE so on.

Thanks,
Pankaj