Inventory Template - Inserting product image inside default products table

Inventory Template - Inserting product image inside default products table

Hello,

Every product has it's product image URL. I need to insert that product image inside a products table. 

I've tried:
  • ${Productos.URL del Producto}
  • <img alt="Imagen producto" src="${Productos.URL del Producto}"/>
  • Inserting an image widget with URL = ${Productos.URL del Producto}
Nothing is working.

Any idea on how to fix this using Template Builder? Already tried to create the template through HTML but it was very difficult to get a nice result.

Thanks!