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

  • Due to Holi celebrations, our team will have limited availability. While we’ll continue to monitor threads, responses may be slightly delayed. Normal operations will resume on Thursday, 5th March 2026.

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