Using constanst defined in Table1 into another Table2

I am new in NocoDB, so I do apolize if this is quite obvious. I’d like to have a Table1 that would be some sort of key-value store. I want to use those values for some calculations in a second table: Table2. How can I create formulaes in Table2 referencing those parameters defined in Table1?

@mantielero On NocoDB, you can create a relationship between records & then lookup them in related tables.

Links : Links | NocoDB
Lookup : Lookup | NocoDB

Unlike in Spreadsheet, you can not directly reference a field (key) value in another table directly.