Boolaean filtering from Aggregator results

I’m working on a scenario in Make with a webhook trigger to check availability based on iterated data. The flow includes an Iterator, an Aggregator grouped by a boolean condition, and a Router to direct to two webhooks (one for positive matches, one for defaults). Despite grouping, all iterated items route to the default webhook instead of detecting the condition. I’ve updated the Aggregator to output the condition directly and tried an Array-type filter in the Router, but it’s not triggering the correct route. Webhooks should return a single response (e.g., {“status”: “match”} or {“status”: “no match”}) based on the condition. Any suggestions for refining the Router logic or webhook configuration? Logs show a nested array structure. Thanks!


Try using a boolean operator.

For more information, see the Filtering page in the Make Help Centre, which covers the following:

  • Adding a filter
  • Operators
  • Copying a filter

Hope this helps! Let me know if there are any further questions or issues.

@samliew