What is your goal?
Super newbie, so could be simple!
I am building an automation where:
A Google Form is submitted.
Data is summarised (OpenAI).
A new row is added to a “Builder” sheet.
A Search Rows (Advanced) module pulls up to 3 matching rows from a Use Case Library sheet based on the Sector column.
These 3 rows must be mapped into Use Case 1, Use Case 2, Use Case 3 fields in the “Builder” sheet.
To do this, I need Make to expose:
Items
Item 1
A–J
Item 2
A–J
Item 3
A–J
The execution log does contain all of these items.
But the mapping panel does not show them.
What is the problem & what have you tried?
The Search Rows module output (in Execution Log) shows:
Total number of bundles = 3
Bundle order position 1 → Columns A–J
Bundle order position 2 → Columns A–J
Bundle order position 3 → Columns A–J
(Screenshot attached showing all 3 bundles.)
But in the mapping panel for Update a Row, I only see:
Total number of bundles: 3
Bundle order position: 1
Columns A–J for bundle 1
There is no Items tree and no option to select bundle 2 or 3.
The mapping panel seems to ignore bundles 2 and 3, even though they are present in the module output.
I have already attempted all standard fixes:
Deleted and re-added the Update a Row module
Duplicated and replaced the Search Rows module
Re-ran the scenario after inserting 3 matching rows
Ensured the Search Rows module runs before Update a Row
Confirmed all bundles appear correctly in the output body
Cleared browser cache
Tried Safari and Chrome
Refreshed fields in mapping
Zoomed UI to 100%
Tried “run module only” then mapping
Ensured no field names are duplicated
None of these resolved the issue.
Error messages or input/output bundles
No error, just not able to select bundle in mapping.
Input bundle: [
{
“from”: “drive”,
“mode”: “select”,
“values”: {},
“sheetId”: “Builder 3”,
“rowNumber”: 12,
“spreadsheetId”: “/1Mkhft1YLJ64xrtMBNQ4Ekh6oU4AlYHH43TGo9tZemDI”,
“includesHeaders”: true,
“valueInputOption”: “USER_ENTERED”
}
]
Output bundle:
{
{
"0": "Tourism",
"1": "Low network connectivity; Grade listed building; not accessible; heritage site ",
"2": "Cannot make access changes to heritage building; innaccessible for disabled visitors; poor connectivity",
"3": "£500–£2,000, low staffing, poor connectivity, digital skills",
"4": "Immersive map of the castle via Ipad and laptop",
"5": "Capture 360 photos via phone + clip-on camera; upload to low-cost platform; embed on website",
"6": "Social media, website, virtual tour online.",
"7": "Better accessibility; different content encourages repeat visits ",
"8": "Needs occasional updates; avoid headsets due to hygiene, low digital adoption of visitors",
"9": "low-cost, no-headset, accessibility, tourism, 360",
"24": null,
"__IMTLENGTH__": 3,
"__IMTINDEX__": 1
},
{
"0": "Tourism",
"1": "High network connectivity; Grade listed building; not accessible; heritage site ",
"2": "Cannot make access changes to heritage building; innaccessible for disabled visitors; poor connectivity",
"3": "£500–£2,000, low staffing, poor connectivity, digital skills",
"4": "Immersive map of the castle via Ipad and laptop",
"5": "Capture 360 photos via phone + clip-on camera; upload to low-cost platform; embed on website",
"6": "Social media, website, virtual tour online.",
"7": "Better accessibility; different content encourages repeat visits ",
"8": "Needs occasional updates; avoid headsets due to hygiene, low digital adoption of visitors",
"24": null,
"__IMTLENGTH__": 3,
"__IMTINDEX__": 2
},
{
"0": "Tourism",
"1": "Poor connectivity; Grade listed building; not accessible; heritage site ",
"2": "Cannot make access changes to heritage building; innaccessible for disabled visitors; poor connectivity",
"3": "£500–£2,000, low staffing, poor connectivity, digital skills",
"4": "Immersive map of the castle via Ipad and laptop",
"5": "Capture 360 photos via phone + clip-on camera; upload to low-cost platform; embed on website",
"6": "Social media, website, virtual tour online.",
"7": "Better accessibility; different content encourages repeat visits ",
"8": "Needs occasional updates; avoid headsets due to hygiene, low digital adoption of visitors",
"24": null,
"__IMTLENGTH__": 3,
"__IMTINDEX__": 3
}
]










