コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
3458 ビュー

How to subtract two dates in an Automated Action ?

アバター
破棄
著作者 最善の回答

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 : 



アバター
破棄

We have been looking for that, thank you very much

関連投稿 返信 ビュー 活動
1
2月 23
2956
1
2月 24
3072
1
10月 24
1566
2
10月 24
2824
2
10月 24
2919