Map Bundle of dinamic values from Woocommerce

What are you trying to achieve?

From Woocommerce, I´m sending some dynamic values to save in Google Sheets thru make. Woocommerce module is receiving the value in Meta Data (see image)

The problem: I´m not being able to map the bundle 2 of Meta Data (_url_site_grupo) that is comming from woocommerce.

Whats should be the modules to solve this and their setup?

Thanks!

Screenshots: scenario setup, module configuration, errors


1 Like

Is it the name and emails you’re trying to get?

The names and e-mails I can map. The problem is to map de “url_site_grupo” value.

Found the solution at Variable WooCommerce order meta data to Google Sheets column

{{get(map(5.metaData; “value”; “key”; “_url_site_grupo”); 1)}}

Thanks for

1 Like