I need to understand some things about Glide … Here is an example. In a Shopping application … once the user is on the Details page, and sees the details of the product, image, price, etc … and that for example, he can fill in a field the quantities and that he directly sees the total amount, if he decides to order, an order button is present. This button sends it to the form. Suppose he has nothing more to fill in (we will add the buyer’s email address). If we just want to remember that he ordered 10 units for a total amount of 1000 (I would already have the column that calculated the total amount) how do I display this information on this page (form)?
Add row is perfect. I understand now how it works. Thank you @ThinhDinh !!
I will try the RELATION feature then let you know, I do not know yet how it works.