mysql connection problem

carlosm33

Member
I am trying to make a connection from Facebook leads to mysql via a custom query to add the current date field. (insert into my table (name, date) values('kenny', now())) and I get 500 error on pabbly. I can't find much information, does anyone have an example?

1647498332046.png
 
Last edited:
P

Pabblymember11

Guest
Hey @carlosm33

The Status code is directly coming from your My SQL server end. Seems like you might have passed some wrong query or inserted some invalid data.

Kindly cross-check and try again.
 
Top