# How to get value from another module since it didn't show up in bundles when try to map

**URL:** https://community.make.com/t/how-to-get-value-from-another-module-since-it-didnt-show-up-in-bundles-when-try-to-map/53723
**Category:** Questions
**Tags:** mapping
**Created:** [September 2, 2024, 9:02am UTC](https://community.make.com/t/how-to-get-value-from-another-module-since-it-didnt-show-up-in-bundles-when-try-to-map/53723 "2024-09-02T09:02:22Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Ethan\_Mars](https://avatars.discourse-cdn.com/v4/letter/e/ea5d25/32.png) [@Ethan\_Mars](https://community.make.com/u/Ethan_Mars)
#### Post date: [September 2, 2024, 9:02am UTC](https://community.make.com/t/how-to-get-value-from-another-module-since-it-didnt-show-up-in-bundles-when-try-to-map/53723/1 "2024-09-02T09:02:22Z")

</div>

How to get value from another module since it didn’t show up in bundles when try to map？

 ![Snipaste_2024-09-02_15-12-35](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/a/7/a7083ac58d81b4518f250370811ef8a9c1a2eb6b.jpeg)

---

<div class="post-metadata">

### Author: ![TobiasLohmann](https://dub1.discourse-cdn.com/flex013/user_avatar/community.make.com/tobiaslohmann/32/47706_2.png) [@TobiasLohmann](https://community.make.com/u/TobiasLohmann)
#### Post date: [September 2, 2024, 9:06am UTC](https://community.make.com/t/how-to-get-value-from-another-module-since-it-didnt-show-up-in-bundles-when-try-to-map/53723/2 "2024-09-02T09:06:44Z")

</div>

You cannot use data from a different route. Whether you can put the modules in front of the http request or you have to save the output into a variable with the “set variable” module. If you do that, don’t forget to use “get variable” in front of the http module. Hope that helps.

---

<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: [September 2, 2024, 9:33am UTC](https://community.make.com/t/how-to-get-value-from-another-module-since-it-didnt-show-up-in-bundles-when-try-to-map/53723/3 "2024-09-02T09:33:02Z")

</div>

Welcome to the Make community!

You probably should simply use an Array Aggregator instead.

 ![Screenshot_2024-09-02_170905](https://europe1.discourse-cdn.com/flex013/uploads/make/original/3X/6/c/6c4530fcc341e0b54568042036c9c38ab408c961.png)

That way you can access all the fields in the aggregated array.

Hope this helps! Let me know if there are any further questions or issues.

— @samliew

* * *

P.S.: Did you know, [the concepts](https://community.make.com/t/make-academy-course-overview/29699) of about 70% of questions asked on this forum are already covered in the [Make Academy](https://academy.make.com). Investing some effort into it will save you lots of time and frustration using Make later!

---

<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 1, 2024, 10:42am UTC](https://community.make.com/t/how-to-get-value-from-another-module-since-it-didnt-show-up-in-bundles-when-try-to-map/53723/4 "2024-12-01T10:42:13Z")

</div>


