Hi!
I have a Products table and a related Sizes table.
In the product detail screen, I want users to choose a size (from the Sizes table), and save that selected size to a user-specific column in the Products table(like Selected Size).
Then, when they click “Add to Cart”, I want to add a row in the Cart table that includes the product and the selected size.
The issue:
In the Choice component, I can’t see the "Save to"field — even though I have a user-specific column in the Products table. I’m in a Detail screen of a single product.
Any idea why Save to is missing or how to make this work?I m not so sure if this the corect way to make this, but i search on internet and this is the solve i find
Thanks!