Field visible in webhook output not showing up for mapping in later modules

:bullseye: What is your goal?

I’m running into an issue that seems strange. I have created a scenario where I have a webhook getting certain fields from an app (shopify), and I’m ingesting those fields into a google doc.

I see ‘shipping_lines[1] : tax_lines[1] : price’ in the webhook bundle outputs, but I’m not able to find it in the fields in the mapping panel to enter into google doc. See below screenshots.

:thinking: What is the problem & what have you tried?

I’ve tried redetermining the data structure.

:clipboard: Error messages or input/output bundles

No error message. It’s just not picking the field as ‘price’ is not showing in red and is not auto detected. Also, I’m getting 0 as the output in my word doc where I’m putting this.

:link: Create public scenario page

https://us2.make.com/1608692/scenarios/3587829/edit

:camera_with_flash: Screenshots (scenario flow, module settings, errors)

Hey there,

you can type in the variable name manually but not just add the last part of the path like that.

Maybe its something like:

{{1.shipping_lines[1].tax_lines[1].price}}
1 Like

Hi @Stoyan_Vatov , this worked like a charm. Thank you so much!