Skip to content

Run Command

Runs a list of commands. The list contains several commands. It is used to change data with multiple commands at once.

Permissions

Command KindNeeded User Kind
WriteAll

Parameters

NameTypeDescriptionRequiredDefaultValues
CommandstringName of the command ([Command]).yes
IgnoreErrorsbooleanIf 'True' errors are ignored. If 'False' the command is stopped and an error message is displayed. The default value is 'False'.nofalse
Replacearray of stringReplaces text in the command ([Text].[Value]), e.g. [<Year>].[2022]no

Result

No fields

Code

text
RUN COMMAND
COMMAND=[string, Needed]
IGNOREERRORS=[boolean, default=false]
REPLACE=[string, Multiple]