Scripting automation templates
7 ready-to-use scripting templates. Import one into Robomotion, connect your own accounts, and run it on a schedule or on demand.
Convert Excel to PDF Using VBScript
AdvancedUpdated 10 months agoRuns an inline VBScript that drives Excel COM to export a workbook as PDF. Shows how to bridge Robomotion with Windows scripting.
Display JavaScript Output
IntermediateUpdated 10 months agoExecutes an inline JavaScript snippet and surfaces its return value in a dialog. Demonstrates the JavaScript Run node.
Display PowerShell Output
IntermediateUpdated 10 months agoRuns a PowerShell script and displays the captured standard output in a dialog.
Display Python Output
IntermediateUpdated 10 months agoRuns an inline Python script and shows its output in a dialog. Demonstrates the Python Run node.
Display VBScript Output
IntermediateUpdated 10 months agoExecutes a VBScript snippet and displays its output. Useful when integrating with legacy Windows tooling.
Extract Text from Word Document
AdvancedUpdated 10 months agoUses a VBScript bridge to pull raw text out of a .docx file for downstream NLP or search indexing.
Get Login Name Using Python
AdvancedUpdated 10 months agoRetrieves the current Windows login user via an inline Python script. Handy for audit trails or user-scoped paths.