Hello!
I have an api module that correctly return the custom fields that I need.
Despite the fact I can see these values in the data response, they are not available in the following module.
What I tried already:
Any other approach?
Thanks in advance 
Hi,
Have you tried referencing the fields using their exact path? Sometimes, if the data is nested within other structures, you might need to map them explicitly
Hi @Fario_Consulting thanks for sharing.
Do you have an example of how to explicitly apply this for this array?
I need to use all of these custom fields throughout the scenario and not sure how to store them properly by means of explicit mapping.
… I mean, now I tried the iterator and aggregator. All works fine, but again, I cannot access this data inside the upcoming modules. How is this even possible?