NocoDB returns records keyed by field titles, but the code was looking up values by field IDs, always getting None. This caused every update to overwrite existing seeders instead of appending. Hardcode "Id" and "Seeding Users" field names as class constants and remove the --id-field and --seeding-field CLI args.
18 KiB
18 KiB