How do I implement multiple conditional checks using the Zapier add-on for Gravity Forms on a WordPress site?

On my WordPress site, I use Gravity Forms with Zapier and need multiple conditional checks. Is there a hook or plugin tweak available since the UI supports only one?

In my experience managing similar setups, I approached the problem by writing a custom function that hooks into the Gravity Forms submission process before Zapier takes over. I crafted a snippet that evaluates multiple conditions on form fields and adjusts the payload accordingly. This allowed me to bypass the single-condition limitation in the UI. Debugging this approach demanded careful logging to trace the conditions properly. It was a bit technical but ultimately reliable in handling complex conditional logic before the data reaches Zapier.