Scripting(Power Automate Desktop Action)
This function is related to the scripting language and execution of commands.
Contents
Actions
Name | Importance | Description |
---|---|---|
Run DOS Command | Middle | Execute DOS command or console applications in hidden mode and retrieve the results. It is difficult to use because some specialized knowledge is required. |
Run VBScript | Middle | Execute any VBScript. This is useful for using existing VBScripts. |
Run JavaScript | Middle | Execute any JavaScript.(browser irrelevant) |
Run PowerShell script | Middle | Execute any PowerShell. |
Run Python script | Middle | Execute any Python. |
Run .NET script | Low | Run code in C# or VB.NET. Both C# and VB.NET are programming languages for large-scale development and are relatively unsuitable for RPA applications. |