Hello, etsy’s get a receipt module does retrieve my order data, but the 4 transactions that represent the 4 products in my order are in the form of a collection in an array. I manage to extract these 4 collections and transform them into 4 bundles, but then when I connect google sheet add a row I only find the first collection.
Do you want each transaction as individual rows? It looks like you just need to map the values in the Google Sheets “Add a Row” module, since you have 4 bundles, you should see 4 new rows.