Skip to content
This repository was archived by the owner on Sep 21, 2025. It is now read-only.
This repository was archived by the owner on Sep 21, 2025. It is now read-only.

Lists support #23

@baronvertigovongrahamthesecondofsealand

Description

We have a list of food ingredients that need to be imported into separate fields.

ie.

...
"ingredientsList": [
  [
    "1 x 20cm pizza base",
    "2 large garlic cloves (or three small), peeled",
    "Flaky sea salt",
    "2 tablespoons extra virgin olive oil",
    "Mozzarella",
    "Parmesan",
    "1 large courgette",
    "Havarti",
    "Gruyere",
    "2 tablespoons pine nuts",
    "1 lemon",
    "Extra virgin olive oil"
  ]
...

Need to be able to reference each ingredient separately, but when we import its showing us the following (for example):

Image Pasted at 2021-6-30 15-39

The data doesnt get pulled in when choosing one of those fields. Any ideas?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions