Two actions deal with scripts: Misc.RunScript and Datatable.RepeatScript. Misc.RunScript executes the specified code (C# or IronPython) once per call, whereas Datatable.RepeatScript executes the specified code (C# or IronPython) for each datarow of the specified source table.



ScriptoMate supports both IronPython and C# scripts.