I’m farly new to AppSheet. I have done some simple apps before, but I find quite complex, at least for me, the Order Capture Sample.
I’m trying to set a list of products and prices depending on the customer, since the price for a same product depends on the Customer. I have the table for Products, in which I added a Column for Customer (Customer, Product ID, Product Name and Price), and also the Table with Customer Info (Name, E-mail, Phone, Street, etc) which is the one referenced for the Dropdown of Customer Name in the Order Form.
What I’m trying is to set a Dropdown list of the Products in the Order Detail (ADD) that depends on the Customer I selected in the Order, so the app drags the correct price of that product that was set for that specific Customer.
I’ve tried with the SELECT(Products[Product Name],(Orders[Customer Name]=Products[Customer])) but the dropdown is empty.
Any help with this would be really appreciated.