• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Broken SQL query

Status
Not open for further replies.

SageMichael

Member
Hello Pabblies,

If my SQL query works when run against the Db directly... but fails in Pabbly... how can I fix this?
Here are some details:

Code:
// Works in both:
api/collections/api_keys/records?filter=(credit_amount=3000)

// Works only in Db:
api/collections/api_keys/records?filter=(credit_amount=3000 && credit_assigned=false)

Notice that when I add the boolean and the &&... it fails in Pabbly (but still works in Db)

Thoughts?

NOTE:
Pabbly gives a 500 error and says:
"The application processed the request but returned a blank response. Refer to the HTTP status code above for details."
 
P

Pabblymember11

Guest
Please check the following screenshot on your query, kindly have a look and try again

1695645691600.png
 
Status
Not open for further replies.
Top