Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
1 ตอบกลับ
1726 มุมมอง

Hi

i have created an automated action to fill in a field with the date + 90 days

i use this expression: datetime datetime now() + timedelta(days=90) 

(i removed the dots in between datetimes and now so i can post)

the automated action does not run

Any ideas?

อวตาร
ละทิ้ง
ผู้เขียน คำตอบที่ดีที่สุด

Figured it out

datetime datetime now() + datetime timedelta(days=90)

This stamps +90 days from today 

อวตาร
ละทิ้ง