Table
Please read the Material Usage Rules on this site.
🔗 Original page — Source of this material
Description
Tables are an ordered set of rows and columns. They allow you to get data from a file and save data to files in various formats, or work with data in memory without linking it to a file. Detailed instructions on how to work with tables can be found in the article ❗→ Table Operations.
Creating a Table
You can create a new table from the context menu Add Action → Tables → table:

Or

Or use ❗→ smart search.
The created table will appear in the ❗→ static blocks panel:

Table Settings
Main

Load from file
Get data for the table from a file;
Note
If you do NOT load the table from a file, each thread will have its own independent copy of the table.