Router not passing bundles from Search Records module despite valid result

:bullseye: What is your goal?

Search Records returns 1 bundle with a valid record ID (confirmed in output inspector). Router Unit Found path shows 0 bundles passed. Tried these conditions: 3.total > 0, 3.totalNumberOfBundles > 0, 3.ID Exists, 3.ID Not equal to empty. All block the bundle. No Match fallback path also shows 0. What is the correct condition syntax to route based on whether Search Records found a record?

:thinking: What is the problem?

Search Records returns 1 bundle with a valid record ID (confirmed in output inspector). Router Unit Found path shows 0 bundles passed. Tried these conditions: 3.total > 0, 3.totalNumberOfBundles > 0, 3.ID Exists, 3.ID Not equal to empty. All block the bundle. No Match fallback path also shows 0. What is the correct condition syntax to route based on whether Search Records found a record?

:test_tube: What have you tried so far?

Tried Router conditions: 3.total > 0, 3.totalNumberOfBundles > 0, 3.ID Exists, 3.ID Not equal to empty. All block the bundle. Node 3 Search Records confirmed returning 1 bundle with valid record ID in output inspector.

:camera_with_flash: Screenshots: scenario setup, module configuration, errors

Hi @xavier123. Welcome to the community.

Since we don’t know what’s your proficiency level with Make, it’s easier if you post a screenshot of your configuration. You might be doing the right thing, but with the wrong syntax.

You seem to be on the right track. Maybe you’re picking the wrong type of operator?

Also, you have a filter after module 3. Is it blocking the flow? What’s the criteria?

This works flawlessly:

@damato