Instagram Connection

I use Instagram for Business - Get user insights with 5 metrics. The module returns 5 bundles. How do I reference the value of a specific metric (e.g. reach) in a downstream Excel module?

Hello,
Welcome to the community!

  1. You need to aggregate the Instagram output first – each metric comes as a separate bundle so Make processes them one by one.

Be sure to set Source Module

  1. Once you have all the metrics in one array, you can use the map function.

  1. Validate that Instagram returns the value under the same key for all watched metrics — adjust the function if needed.

Sample map() function:

{{map(2.array; "total_value.value"; "name"; "profile_views")}}

Replace profile_views with raw name of metric you want to get:

Have a nice day,
Michal