Scripting(Power Automate Desktop Action)

08/22/2023

Japanese version.

This function is related to the scripting language and execution of commands.

Contents

Actions

NameImportanceDescription
Run DOS CommandMiddleExecute DOS command or console applications in hidden mode and retrieve the results.
It is difficult to use because some specialized knowledge is required.
Run VBScriptMiddleExecute any VBScript.
This is useful for using existing VBScripts.
Run JavaScriptMiddleExecute any JavaScript.(browser irrelevant)
Run PowerShell scriptMiddleExecute any PowerShell.
Run Python scriptMiddleExecute any Python.
Run .NET scriptLowRun 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.