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?
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?
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.

