Concepts
General concepts within ScriptIt
Last updated
General concepts within ScriptIt
Last updated
The first level entity of ScriptIt are scripts. Each script consists of a sequence of cells with queries to answer business questions or complete complex tasks.
Cells are elements of a script. Each cell can operate on its own or work on the data from the previous cell.
A cell can use the data of another cell (a.k.a. cell reference) using the mentioning syntax @
.
Tools are a set of facilities provided by ScriptIt to help users complete their tasks. Check out for the list of available tools.
APIs are a set of third-party API integrations that ScriptIt supports. Check out for the list of available APIs.