What is your goal?
The Goal: In the next step, I am using a “Set Multiple Variables” module to calculate the Average Score for each source bundle.
What is the problem & what have you tried?
Context: I am building a Lead Quality Analysis workflow. I have a list of students in Google Sheets with a TestScore (F) column. I am using an Array Aggregator to group these leads by their Source (e.g., Facebook Ads, Website).
The Aggregator is working correctly and producing 3 bundles, each containing an array of collections. Each collection inside the array has a key named TestScore (F).
The Goal: In the next step, I am using a “Set Multiple Variables” module to calculate the Average Score for each source bundle.
The Problem: My length() function works perfectly, but my average(map()) formula is returning empty even though the input array clearly contains data.
My Formula: average(map(48.Array; TestScore (F)))
Error messages or input/output bundles
The Issue: The map() function doesn’t seem to be “picking up” the values from the TestScore (F) key, so the average() function has no numbers to calculate.
