Actions Summary
This document provides a quick reference to all available actions in Talos, organized by category.
| Category | Action | Description |
|---|---|---|
| File Operations | Log Action | Logs a message or variable value to the console or output panel. |
| Spreadsheet | Add Cell Formula Action | Adds a formula to a specific cell in a spreadsheet. |
| Spreadsheet | Add Sheet Action | Adds a new worksheet to a spreadsheet. |
| List Operations | Add To List Action | Appends a new item to an existing list. |
| File Operations | Logout Action | Closes the current user session and performs cleanup operations. |
| Flow Control | Loop Start Action | Marks the beginning of a loop construct, defining the iteration parameters. |
| Spreadsheet | Merge Cells Action | Merges multiple adjacent cells in a spreadsheet into a single cell. |
| User Interface | Message Dialog Action | Displays a modal dialog box with a message to the user. |
| User Interface | Mouse Move Action | Moves the mouse cursor to a specified screen position. |
| File Operations | Move File Action | Moves a file from one location to another on the filesystem. |
| Flow Control | Next Loop Action | Skips to the next iteration of the enclosing loop. |
| User Interface | Open Application Action | Launches a specified desktop application. |
| Open Email Connection Action | Establishes a connection to an email server for subsequent operations. | |
| Spreadsheet | Open Spreadsheet Action | Opens an existing spreadsheet file to a variable. |
| User Interface | Open Web URL Action | Opens a specified URL in a web browser to the current or new window. |
| Web & API | Invoke Web Service Action | Interacts with external web services and APIs. |
| String Operations | Parse List From String Action | Parses and creates a list of strings from a single string. |
| File Operations | Read CSV File Action | Reads data from a CSV file. |
| Document Processing | Read Document OCR Action | Extracts text from image documents using OCR technology. |
| File Operations | Read File Action | Reads the contents of a file from the filesystem. |
| Spreadsheet | Read Spreadsheet Cell Action | Reads the value from a specific cell in a spreadsheet. |
| List Operations | Remove From List Action | Removes an item from a list at a specified position. |
| File Operations | Rename File Action | Changes the name of an existing file on the filesystem. |
| String Operations | Replace In String Action | Replaces occurrences of a substring within a string. |
| List Operations | Reverse List Action | Reverses the order of items in a list. |
| Document Processing | Save Word Document Action | Saves changes to a Word document file. |
| Send Email Action | Sends an email message through a configured email server. | |
| User Interface | Send Keys Action | Sends keystrokes to the active application or element. |
| Document Processing | Set Format In Word Document Action | Applies formatting to text in a Word document. |
| Variables | Set Variable Action | Assigns a value to a variable for use in subsequent actions. |
| System | Shut Down Computer Action | Shuts down the system. |
| List Operations | Sort List Action | Sorts the items in a list in ascending or descending order. |
| String Operations | Split String Action | Splits a string into multiple parts based on a delimiter. |
| Flow Control | Start Action | Marks the entry point of the workflow. |
| System | Take Screenshot Action | Captures the current screen or a specified region as an image. |
| Error Handling | Throw Exception Action | Throws a custom exception to handle error conditions. |
| User Interface | Wait For Tab Action | Pauses execution until a specific browser tab is loaded or available. |
| Triggers | Wait For Trigger Action | Pauses execution until a predefined trigger event occurs. |
| File Operations | Write File Action | Writes content to a specific file. |
| Spreadsheet | Write Spreadsheet Cell Action | Writes a value to a specific cell in a spreadsheet. |