Skip to main content

Actions Summary

This document provides a quick reference to all available actions in Talos, organized by category.

CategoryActionDescription
File OperationsLog ActionLogs a message or variable value to the console or output panel.
SpreadsheetAdd Cell Formula ActionAdds a formula to a specific cell in a spreadsheet.
SpreadsheetAdd Sheet ActionAdds a new worksheet to a spreadsheet.
List OperationsAdd To List ActionAppends a new item to an existing list.
File OperationsLogout ActionCloses the current user session and performs cleanup operations.
Flow ControlLoop Start ActionMarks the beginning of a loop construct, defining the iteration parameters.
SpreadsheetMerge Cells ActionMerges multiple adjacent cells in a spreadsheet into a single cell.
User InterfaceMessage Dialog ActionDisplays a modal dialog box with a message to the user.
User InterfaceMouse Move ActionMoves the mouse cursor to a specified screen position.
File OperationsMove File ActionMoves a file from one location to another on the filesystem.
Flow ControlNext Loop ActionSkips to the next iteration of the enclosing loop.
User InterfaceOpen Application ActionLaunches a specified desktop application.
EmailOpen Email Connection ActionEstablishes a connection to an email server for subsequent operations.
SpreadsheetOpen Spreadsheet ActionOpens an existing spreadsheet file to a variable.
User InterfaceOpen Web URL ActionOpens a specified URL in a web browser to the current or new window.
Web & APIInvoke Web Service ActionInteracts with external web services and APIs.
String OperationsParse List From String ActionParses and creates a list of strings from a single string.
File OperationsRead CSV File ActionReads data from a CSV file.
Document ProcessingRead Document OCR ActionExtracts text from image documents using OCR technology.
File OperationsRead File ActionReads the contents of a file from the filesystem.
SpreadsheetRead Spreadsheet Cell ActionReads the value from a specific cell in a spreadsheet.
List OperationsRemove From List ActionRemoves an item from a list at a specified position.
File OperationsRename File ActionChanges the name of an existing file on the filesystem.
String OperationsReplace In String ActionReplaces occurrences of a substring within a string.
List OperationsReverse List ActionReverses the order of items in a list.
Document ProcessingSave Word Document ActionSaves changes to a Word document file.
EmailSend Email ActionSends an email message through a configured email server.
User InterfaceSend Keys ActionSends keystrokes to the active application or element.
Document ProcessingSet Format In Word Document ActionApplies formatting to text in a Word document.
VariablesSet Variable ActionAssigns a value to a variable for use in subsequent actions.
SystemShut Down Computer ActionShuts down the system.
List OperationsSort List ActionSorts the items in a list in ascending or descending order.
String OperationsSplit String ActionSplits a string into multiple parts based on a delimiter.
Flow ControlStart ActionMarks the entry point of the workflow.
SystemTake Screenshot ActionCaptures the current screen or a specified region as an image.
Error HandlingThrow Exception ActionThrows a custom exception to handle error conditions.
User InterfaceWait For Tab ActionPauses execution until a specific browser tab is loaded or available.
TriggersWait For Trigger ActionPauses execution until a predefined trigger event occurs.
File OperationsWrite File ActionWrites content to a specific file.
SpreadsheetWrite Spreadsheet Cell ActionWrites a value to a specific cell in a spreadsheet.