• 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

SQL / Date Question

JoeyTroy

Member
I have the SQL working and connecting and wondering if we can write SQL entries to the table? I have two fields one is Member Since and one is Member Expire. Since the member is signing up would be today and expiration would be in 365 days I tried to write a SQL statement into the box

sql.png


Sadly it wrote straight text to the database and did not put the date and the date + 365 days.
 
P

Pabblymember11

Guest
Hey @JoeyTroy

If you want to pass the date in the fields according to your calculation then, please check the "DateTime Formatter" action step.

1672125413831.png
 

JoeyTroy

Member
Supreme, I was able to do it by making two more requests to MySQL database for queries and was able to solve that but this looks easier so I will go back and fix that.
 
Top