I’m trying to populate a Zapier Table with a products from a WooCommerce REST API request.
I’ve parsed the API request output so it is in the format as seen in the screenshot below. Each product sits under a number key inside ‘products’
i.e.
products >
1 >
(all product 1 information)
2 >
(all product 2 information)
3 >
(all product 2 information)

How can I use this this to loop through each and then create records for each in one of my Zapier tables?