Hi,
When trying to Import the CSV library seed files in the App Data tap to map to specific Data Types in my Database, I encounter the issue of mapping anf later validation. One of the CSV columns if Company. This field should be automatically inputed by a workflow (yet to be created) but I’m not able to pass the import wizard because the field is empty in the CSV file.
How can I resolve this impass?
Thanks
Hi @anon69398644 You can’t skip a required field in the CSV import. Bubble needs something to map. Since that Company value will be added later by a workflow, just put a placeholder value in the CSV (like TBD or None) so the import wizard can map it.
After the import, run your workflow to find those placeholder items and set the correct Company value.
Alternatively, make the Company field not required while importing, then flip it back to required afterward.