Skip to main content

Add rows

Type new rows directly into the data editor and save them in bulk.

Use Add Rows when you have a small number of new entries and don't want to prepare a separate CSV.

Before you start


Steps

  1. Click Add Rows in the data editor's header. A panel slides in from the right.
  2. Each empty row has one input per column (except the auto-generated id column, which AskPhi handles for you).
  3. Type values into each cell.
    • Number columns accept digits.
    • Text columns accept anything.
    • Required columns are marked; leave none empty.
  4. Click + Add another row below the form to add more rows in the same panel.
  5. Click the trash icon on any row to remove it before saving.
  6. Click Save rows at the bottom of the panel.
  7. A success toast confirms and the rows appear in the table on the left.

Validation

RuleIf broken
Required (non-nullable) columns must have a valueField shows Required in red text.
Numeric columns must contain digitsThe browser blocks non-numeric input.

Tips

  • Save often. Each save adds the rows you've entered so far in one request.
  • The panel stays open after saving so you can immediately add more. Click the × in the panel's top-right to close it.
  • On phones, the panel takes the full screen and a backdrop covers the data table — tap outside the panel to close it.

Next