Auto fill repeater from json file

Hi! How to auto fill repeater field items from json file uploaded to fileupload field?

Hi @Radek,

This link might be helpful: How access uploaded file using fileupload widget? - October CMS.

Once you have the path, you can read the content, add it to your model (in the required format), and save it.

Later, if the data was stored correctly, it should open correctly in the repeater when you open the form.