Woocommerce custom fields

Hi everyone!

We’re working on a task where we need to export WooCommerce orders to Google Sheets. The tricky part is that we also need to include specific custom fields (created using the official WooCommerce plugin) which are stored as meta data.

I’ve attached screenshots showing how these fields are represented in different parts of the scenario. While the “Get an Order” module shows the meta data split into collections (1–14), I can’t figure out how to extract only the values of four specific custom fields and place them into separate columns in Google Sheets.

The main goal is to extract just the values of these 4 custom fields and map them to 4 specific columns in the sheet. Any help or tips would be much appreciated!

Thanks in advance!




Hey Eduard,

during mapping Make only shows the first item from an array, since there may be too many items inside it to list.

You can still map the values you want from it and use the order index of the correct items from inside the array.