Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
3612 Widoki

How to subtract two dates in an Automated Action ?

Awatar
Odrzuć
Autor Najlepsza odpowiedź

Here is an automated action that calculated the number of days between twos dates. As the datetime module is available everywhere, it's possible to use it in the automated action. Here is the python expression you can copy/past that return an integer.

(record.x_studio_end_date - record.x_studio_start_date).days 

Result: 

The 'Number of days' is calculated automatically with the Automated Action




The automated action : 



Awatar
Odrzuć

We have been looking for that, thank you very much

Powiązane posty Odpowiedzi Widoki Czynność
1
lut 23
3162
1
lut 24
3267
1
paź 24
1793
2
paź 24
3046
2
paź 24
3149