Hello Zapier Community
I have a line item structure like this
- Items
- id
- name
- whatever
how can I make the whole item section repeatable by adding + to add full section
I tried this but it isn’t working
[{
“key” : “items”, “dict”: true, “children” : [id, name, whatever etc]
}]