Why can’t I access data from a module after iteration?

Hi everyone! :waving_hand:

Could someone please help me out with an issue regading linking information?
I’m working on a scenario where I:

  1. Get data from Google Docs
  2. Parse it
  3. Iterate a piece of data (not everything)
  4. Then aggregate it
  5. And save it as another document

And my issue is: I want to use values that came from the JSON Parse module (27) as well as the text I aggregated (37) and link in the final Google Docs module (33). However, the values from 27 are not available in the mapping options.

What would be the best way to access those values (27 as well as 37) in the final module?

Thank you for any ideas! Appreciate it! :folded_hands:

Regards,
Matyáš

1 Like

Heyy @Matyas_Kopp

If you use Array aggregator in place of text aggregator, you can use get or map function or combo of them to map different values.

Another way will be using Set Variable before any aggregator and getting them back using get variable module. Here variable names are case sensitive.

Best,
@Prem_Patel

Hey Prem! :grinning_face_with_smiling_eyes:

Thank you so much for the advice, it works now!

Have a great day!
Matyáš

2 Likes