How to convert workflow created in .Net to C#? Document understanding Template available in uipath is only created in .net and I have to integrate it in C# workflow


@Nirjara_Jain_IND

Use the following steps to convert your project from “C#” to “VB.Net

  • Open the “project.json” file in your preferred code editor (I used Notepad++)
  • Scroll down until you find “expressionLanguage”: “”,
  • Change “expressionLanguage”: “CSharp”, to “expressionLanguage”: “ ”,
  • Re-launch your project and continue with VisualBasic Legacy