bubble_find_orphans
Detect orphaned records in Bubble.io by sampling records and verifying reference fields point to existing records. Identify broken foreign keys to clean up data integrity issues.
Instructions
Scans records for broken references (orphaned foreign keys). Samples records and checks that each reference field points to an existing record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataType | No | Optional: restrict scan to a single data type | |
| sample_size | No | Number of records to sample per type (default 200) |