Hi Gents,
Still trying to validate a few features before I engage in full development.
I wonder if the create record
flow function can let me create multiple objects within a list, like so:
list [
{name: "nameA", price: 100},
{name: "nameB", price: 200},
{name: "nameC", price: 250}
]
…or shall I use one create record per object added to the list?