Hi, I have the following task:
I have two tables Orders and Inventory.
I am loading an order from Amazon sellercentral in the Orders table. Each order has a column SKU (unique indicator of the sold product).
The Products table stores the products that we sell with all the detailed information.
Question: How to make the Orders table automatically pull URLs to the vendor's product page from the Product table, using the SKU as an indicator.
In other words, for each new order, automatically fill URL in Order table (Supplier URL column) from Inventory table using SKU.