# Fields missing in subsequent module mappings

**URL:** https://community.make.com/t/fields-missing-in-subsequent-module-mappings/21404
**Category:** Questions
**Tags:** arrays
**Created:** [December 8, 2023, 9:40pm UTC](https://community.make.com/t/fields-missing-in-subsequent-module-mappings/21404 "2023-12-08T21:40:59Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![biltsolutions](https://avatars.discourse-cdn.com/v4/letter/b/22d042/32.png) [@biltsolutions](https://community.make.com/u/biltsolutions)
#### Post date: [December 8, 2023, 9:40pm UTC](https://community.make.com/t/fields-missing-in-subsequent-module-mappings/21404/1 "2023-12-08T21:40:59Z")

</div>

The goal of this scenario is to take shipment tracking information from a custom field in our inventory system and pass the info back to Shopify. The custom fields are visible in the output of the aggregator and iterator, but aren’t selectable at the module to send the information to Shopify.

I’ve tried adding variables to catch the output of previous steps, but how can I select these fields in a later module?

 ![AggregatorOutput](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/3/2/32a8bdc91a8d8a696a7a58d39538a1511b003910.png)  
 ![CustomFieldSelection](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/7/e/7e23affa18ac920424dc245d9497695b96718c65.png)

---

<div class="post-metadata">

### Author: ![samliew](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/samliew/32/13327_2.png) [@samliew](https://community.make.com/u/samliew)
#### Post date: [December 9, 2023, 5:18am UTC](https://community.make.com/t/fields-missing-in-subsequent-module-mappings/21404/2 "2023-12-09T05:18:24Z")

</div>

The Custom fields are not missing - it’s just there in an array, with the first item values showing as an example.

You’ll need to use either a second iterator just for the Custom Fields array, or use a “map/get” or “join” to combine all the array items into a single value, depending on your situation or what you need to extract.

---

<div class="post-metadata">

### Author: ![biltsolutions](https://avatars.discourse-cdn.com/v4/letter/b/22d042/32.png) [@biltsolutions](https://community.make.com/u/biltsolutions)
#### Post date: [December 11, 2023, 4:05pm UTC](https://community.make.com/t/fields-missing-in-subsequent-module-mappings/21404/3 "2023-12-11T16:05:53Z")

</div>

Excellent info, thank you so much!

For future googlers and makers, here’s what ended up working in my case. I just needed to use the “get” function to pull the desired data out of the array:

![customfieldvalue](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/3/4/34b2b62520ece80afab93e98c0ad54f6df7d8a9d.png)

---

<div class="post-metadata">

### Author: ![Michaela-Inactive](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/michaela-inactive/32/29_2.png) [@Michaela-Inactive](https://community.make.com/u/Michaela-Inactive)
#### Post date: [December 12, 2023, 8:00am UTC](https://community.make.com/t/fields-missing-in-subsequent-module-mappings/21404/4 "2023-12-12T08:00:07Z")

</div>

Hello @biltsolutions 👋

I’m just quickly stepping in to say awesome work figuring this one out with the assistance of @samliew 👏

Also, thank you very much for thinking about the others who might be searching for similar info in the future and for sharing your final setup with the community. Much, much appreciated 🙏

FYI: I am marking your last comment as a solution to keep the community organized and easy to look for answers ✅

---

<div class="post-metadata">

### Author: ![Make\_Bot](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/make_bot/32/14661_2.png) [@Make\_Bot](https://community.make.com/u/Make_Bot)
#### Post date: [December 26, 2023, 8:07am UTC](https://community.make.com/t/fields-missing-in-subsequent-module-mappings/21404/5 "2023-12-26T08:07:38Z")

</div>


