Assuming test001 is required, the following 2 results were found.
us assume we have the following in a form/report called "Stock_Upload": RowID Name SKU Account Email 0001 Test Product 1 TEST001 test1@joellipman.com 0002 Test Product 1 TEST001 test1@joellipman.com 0003 Test Product 1 TEST001 test1@joellipman.com 0004...
= r_ShopifyProduct.get("id"); } } } // // output info m_Sku_IDs; info m_Sku_IDs.size(); } Yields something like: { "TEST001": 1234567890123, "TEST002": 2345678901234 } 2 Which results in a map that I can give a Product SKU to and it will return the...