← Back to changelog
December 11, 2025

Batch Add Observations to Datasets

Picture Hassieb PakzadHassieb Pakzad

Select multiple observations from the observations table and add them to a new or existing dataset with flexible field mapping.

You can now batch add observations to datasets directly from the observations table. This feature makes it easy to build test datasets from production data by selecting multiple observations and mapping their fields to dataset items.

How it works

  1. Select observations: Use the checkbox selection in the observations table to select one or more observations
  2. Choose a dataset: Create a new dataset or select an existing one
  3. Configure field mapping: Map observation fields (input, output, metadata) to dataset item fields with flexible options
  4. Preview and confirm: Review how your observations will be mapped before adding them

Flexible field mapping

The field mapping system gives you control over how observation data is transformed into dataset items. You can use the entire field as-is (e.g., map the full observation input to the dataset item input), extract specific values using JSON path expressions or build custom objects from multiple fields.

Background processing

Batch operations run in the background, allowing you to continue working while observations are added to your dataset. You can monitor progress and view results in the batch actions settings page.

The system supports partial success - if some observations fail validation against a dataset schema, the valid ones are still added and errors are logged for review.

Learn more

Was this page helpful?