I need the Price of the Product to be shown automatically once I choose a Product Name from the Dropdown. Otherwise, I need the values to be autofilled upon choosing an option from the dropdown search. For Example, as soon as I choose Mobile in the Dropdown search, mobile's price should be shown on the Price Cell. My Data is Pulled from MongoDB.
It would be better if someone explain with a GIF or Series of Photos.
Regards
Hello Kashif,
You could use the event On Change from your dropdown. This will get you the value from the variable you are associating you dropdown with and add logic to fetch information and fill the price of the product you selected.