How can I use Multi save in chronoforms V7 as in V5.
I have two containers of fields that make up a record for the database

The fields have unique field names for example: ip.0.renner. in record 1 and: ip.1.runner in record 2. (notation in V5 ip [0] [rider])

in V5 I was able to save the records with a Multi save on "YES" in the DB save

In v7 no multi save is possible in the "Save Data" action
I now have a LOOP action with (dataprovider {data: ip}) and in the body a SAVE DATA action MODEL NAME = ip and DATASET = {var: loop_28.row}

Unfortunately, the data is not saved.

what am I doing wrong
I have two containers of fields that make up a record for the database

The fields have unique field names for example: ip.0.renner. in record 1 and: ip.1.runner in record 2. (notation in V5 ip [0] [rider])

in V5 I was able to save the records with a Multi save on "YES" in the DB save

In v7 no multi save is possible in the "Save Data" action
I now have a LOOP action with (dataprovider {data: ip}) and in the body a SAVE DATA action MODEL NAME = ip and DATASET = {var: loop_28.row}

Unfortunately, the data is not saved.

what am I doing wrong