Setting a default value to an entry component

An AI component is the closest thing here.

Firstly, I would suggest a custom form.

Add fields for producto, peso_pieza and peso_colada (basic columns).

Use relations & lookup to pull back peso_colada and peso_pieza for the chosen product.

Add an AI component, connect the lookup fields and the basic column fields for peso_pieza and peso_colada. Tell it to write to the basic columns whenever the lookup fields are changed. Also tell it to not generate anything on the front end and set the height to 0.

2 Likes