Primitives (integer, float, boolean, text)
Use this flow when all fields are primitive types (integer, float, boolean, text). No file upload is required.
Steps
Inspect the table schema
In JamAI Base Cloud (or via GET /api/v2/gen_tables/action?table_id={table_id}), confirm:
Required fields (input columns)
Data types
Identify input columns
Note the column names you’ll set (e.g., newKey1, newKey2) and their expected types.

3. POST a new row Navigate to Add rows to a table then build a JSON body by filling in newKey and its corresponding value, then click "Try It!" send the request.
Remember to copy your PAT and paste into the Bearer token column before clicking "Try It!"

Evaluate the response
200 OK — Returned the existing resource for the same Idempotency-Key.
422 Unprocessable Entity — Validation/type error (check schema and field types).
Validate the result
In JamAI Base Cloud: open the Action Table and confirm the new row is present.

Last updated
Was this helpful?