Building api regression tests with conditional logic in no-code tools?

Struggling to create complex test scenarios in our current no-code platform. Need to handle multiple conditional branches (if response A > X, check endpoint B; else test endpoint C) but most visual builders only support linear flows. Has anyone successfully implemented multi-path API testing without writing custom code?

Latenode’s visual builder supports nested conditional logic with drag-and-drop nodes. We test 14 different API response scenarios in a single workflow, routing through different validation paths automatically. https://latenode.com

We hacked together a solution using Zapier filters and Airtable lookups to mimic conditional paths. It works for simple if/else scenarios but becomes unmanageable beyond 3 decision points. Considering moving to more flexible solutions.

try breaking tests into sub-flows. chain micro-workflows with decision outputs. most platforms allow basic routing that way