9
Automation Action – Detect Language | ThinkAutomation
Automation Action: Detect Language Detect the language of any text and assign the language code to a variable. Detects the language for any text and returns the language code to a variable. Enter the Text To Detect. This field is limited to 10000 characters. Select the variable you want the language code assigned to from […]
Automation Action – Download File | ThinkAutomation
Automation Action: Download File Download a file via HTTP and return the local path to a variable. Download a file via HTTP from any URL. Enter the URL To Download. This can be any HTTP or HTTPS URL that points to a downloadable file. If the web resource requires authentication then specify the Authentication method […]
Automation Action – Embedded Data Store | ThinkAutomation
Automation Action: Embedded Data Store Save and query data using the embedded Document DB. Insert, Update and Query data using the embedded document DB. ThinkAutomation includes an embedded server-less document database that you can use to store any arbitrary data in Json format and then later query the data using SQL statements. The Embedded Data […]
Automation Action – Embedded Files Store | ThinkAutomation
Automation Action: Embedded Files Store Save and query files using the embedded DB. Save, get and delete files using the embedded document DB. ThinkAutomation includes an embedded server-less document database that you can use to store and retrieve files. See: Embedded Document DB Notes. Database Name Any number of separate databases can be created. Database […]
Automation Action – Embedded Knowledge Store | ThinkAutomation
Automation Action: Embedded Knowledge Store Save and search for knowledge base articles using the embedded DB. Add relevant articles to an AI conversation to provide context. Update, Get, Search and Delete from a knowledge base store using embedded document database. This action enables you to store knowledge base articles against a Collection Name. Articles can […]
Automation Action – Embedded Value Store | ThinkAutomation
Automation Action: Embedded Value Store Save and retrieve a dictionary of key value pairs using the embedded DB. Get, Set and Delete from a dictionary of key/value pairs using the embedded document database. This action enables you to store any number of key/value pairs against a Collection Name. Values can later be retrieved by their […]
Automation Action – Embedded Vector Database | ThinkAutomation
Automation Action: Embedded Vector Database Store and search vectors linked to text or external data using the embedded vector database. ThinkAutomation includes a built-in ‘vector database’. A vector database is a type of database designed to store, index, and search data represented as vectors, typically high-dimensional numerical arrays. These vectors are often embeddings – mathematical […]
Automation Action – Encryption | ThinkAutomation
Automation Action: Encryption Encrypt/decrypt text data or files. Encrypts or Decrypts text or files using AES encryption and returns the encrypted/decrypted text/filename to a variable. This action is used both to encrypt and decrypt text or files. Select the Encrypt or Decrypt options. Encrypting To encrypt text select the Encrypt option and enter the text […]
Automation Action – End Processing | ThinkAutomation
Automation Action: End Processing End execution of the Automation without returning a value. Ends execution of the Automation without returning a value. You can conditionally end execution by including End Processing or Return actions inside If.. End If blocks. This is one action from over 180 actions included with ThinkAutomation. The ThinkAutomation business process automation […]
Automation Action – Execute A Database Command | ThinkAutomation
Automation Action: Execute A Database Command Execute a database command or stored procedure. The Execute A Database command automation action can be used to execute a SQL Command or Stored Procedure with optional parameters and optionally return multiple return values. The values values can then be used further in your automation workflow. This Action allows […]