Notion “Data Source” output not appearing in Iterator

:bullseye: 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)

:thinking: 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.

:clipboard: 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:

Which exact Notion Module are you using before the Iterator? In the output of that module, do you see a results array or only a single object?

Please send screenshots here. Thank you!

Hello Karmic and thank you very much for your support in advance!

I’m attaching a screenshot showing the actual process that I’m trying to execute.

After emailing my client with the current project status, I would like to flag my Notion database “saying” that database item has already being processed. For that I thought about using a another Notion Module, “Update a Data Source Item”.

When setting up the module, I can find the data that was already processed at the module “Notion Search Objects”. I’m uploading another screenshot.

I don’t know. Maybe, I’m developing the automation wrongly. Really beginner here.

Regards!