Accounts
, Projects
, Tables
, and Records
are provided.
Account
s can list their constituent Project
s, Project
s can list their constituent Table
s, and Table
s can list their constituent Records
.
Each of these can also be instantiated directly by their ID, providing that the workspace in which the execution is running has access to them.
For more detailed documentation about all of these classes’ behavior/methods, see their respective pages.
Table
object is instantiated with id "1234"
and a record with name record_name
in this table is updated (or inserted if necessary) with the provided column values.