Core
📄️ Data Table
Excel and CSV-like packages deal with data, lots of rows and columns. The way RPA products solve this is with a Data Table object that comes from the underlying language they use. So the data table concept comes from the language that the RPA tool is built on and the language provides the tools to interact with the object like adding, and removing rows and columns.
📄️ Message Object
Every node in Robomotion processes a message object that is past from a previous node.
📄️ Vaults
Vaults are essential components for the security of your credentials. To automate logging into websites, send and receive emails in your flows, or use external APIs you need some credentials.