What is your goal?
I’m building a scenario where:
A Webhook triggers the flow
A Notion Search Objects (Data Source) module retrieves project diary entries
A Text Aggregator formats these entries
A Router separates cases with/without updates
In Route A, I need to update each Notion item using “Notion – Update a Data Source Item”
To achieve this, I must:
Pass the array returned by Notion Search Objects into an Iterator
Then use the Iterator output (id) to update each item in Notion (set a checkbox to true)
What is the problem & what have you tried?
When I configure the Iterator, clicking the “Array” input field does not show the yellow data selector bubble for the Notion module.
Only the outputs of Outlook, OpenAI, Tools, and Webhooks appear.
The outputs of Notion – Search Objects (especially results) never appear in the data selector, so I cannot feed the Iterator with the list of items.
I already attempted:
Running the scenario first (to populate output bundles)
Toggling the Map switch on/off
Deleting and re-adding the Iterator
Reconnecting the Notion module
Reordering modules in the flow
None of these actions made the Notion module appear in the data mapping list.
Error messages or input/output bundles
There are no explicit error messages.
The issue is that the Notion Data Source module does not appear at all in the data selector for the Iterator, preventing me from selecting:

