Context¶
When the script is running in the cloud, the context object provides a context environment. Here's how to use it
server_url¶
server_url
Server URL, used to initialize Base.
Example
api_token¶
api_token
API token for access a base.
Example
current_table¶
current_table
The name of the table that the current user is viewing when the user runs a script manually.
Example
current_row¶
current_row
When the user manually runs a script, the line where the cursor is currently located.
Example
current_username¶
current_username
The System ID of the user who runs the script manually (in old verison, it is called current_user_id).
Example