Hi All,
I’m a newly user of glide, I’m creating a new app for own use. but I’m facing an issue that I can’t solve.
My app have some forms, and in one of the form the user should choose a specific item (with a choice component) and I want the value to be recorded in the form column is the correspondent value (like price) of that item.
imagine I have a table with:
apple → 1€
orange → 2€
banana → 3€
in the form the user chose banana and quantity. The value that should be stored after submit in the “purchase order” will be:
item - price - quantity
banana - 3€ - 1
is there a way to achieve this?
Thanks for your help.