2 data collections, one being products, and another being orders. on my order collection, i have a reference field to the products table for the product in the order.
I have one data set on a my page and I have a form with a dropdown field and a text box. The form posts to the orders table, so that’s the dataset it’s connected to krnl. the dropdown is of the fpsunlocker product names, which are referenced on the orders dataset. I want the text box to show the price of this order (taken from the products collection). Is this possible without code?