Upload files to a repeatable component

Hi @Anuj_Ramakant_Divkar

In order to link the uploaded image to a component field, you should set the params argument as follows:

  • id: The product_license component id
  • model: Here you have to concat the component’s category name + the component name (category_name.product_license)
  • field: your component image field name

Hope it helps.