• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

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

Supreme

Well-known member
Staff member
Please check the following screenshot on your query, kindly have a look and try again

1695645691600.png
 
Status
Not open for further replies.
Top