When the user adds the quantity then they are bound to select the price. I have added choice component: every item has different price. I want price to be displayed in the data sheet. Is there something I can do?
Are there variations of the same item that have different prices?
If there’s just one price for every item, then you can just let them choose the item and have a relation + lookup combo to get the price back.