I have a Product table (tableA) with Name (Display), Quantity, Price
I have another table call QuotationTable (tableB)
In quotation table I have select list column in which I would like to select from a list of product table. Then I have another column call ProductQuantity and another called ProductPrice.
After I select from a list, I want to pull TableA.Quantity to TableB.ProductQuantity and TableA.Price to TableBProductPrice without pressing a any button , just select from a list.
The value I pull , I also want them to be editable not formula.
Hi @Korn_Tris !
I would use an automation for that. As I’ve checked your problem very quickly, I did consider that the product name are unique. Please tell me if not
Thanks a lot @Quentin_Morel . this really help to get the idea of the solution. However, the way it ran automation is too slow for actual use. Hope I could have other way to do this as well.