After adding a C# data source, the following fields appear on the detail screen:
Action naming field: You can add or update the action name. You can use English characters in the naming, as well as the special characters “-” or “_”.
C# Template Field: You can use predefined templates (Default C# Function, Custom Authentication Provider etc.).
External Libraries: In this area, you can define external libraries that you want to use in your action. Libraries accessible via NuGet packages can be added here. For example, popular libraries such as Newtonsoft.Json and RestSharp are supported. The libraries you add become available for use in your C# code. Paying attention to library versions is important for compatibility.
Changes you make in this field will delete the script you wrote before in the Editor.
Artificial Intelligence Assistant: You can create AI assisted functions.
Using the Tidy Up Button:
You can click the Tidy Up button to ensure that the code you write in the C# editor is organized and aligned. This button automatically aligns and organizes your code so that it is more readable and visually understandable.
Saving Functions: After creating the functions in the C# Editor, you can save them by clicking the CREATE button.