add_lookup_table_row
Append a row to a lookup table with a defined schema using a JSON object of column values. Use this to capture or log data.
Instructions
Append a row to a lookup table. entry_json is a JSON object string {column: value}. Table must have a defined schema. Useful for writing capture/log rows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_id | Yes | ||
| entry_json | Yes |