Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: awilliams1024If you use {{^CurrentDate^}} as the 'CalculationDate' property and set the 'UseAnotherField' property to False then the Date Subtract node will work.
However, I would not recommend this approach as it means the field containing the number of days difference will have a different field name each day it is run,
i.e. the field would be called:
Days_Between_theDay_And_2017-11-22
where the suffix (2017-11-22) would change to align with the current run date.
If you configure the node to compare the date against another input field the output field name would be called:
Days_Between_theDay_And_RefDate
(or, if you used the second method described above)
Days_Between_theDay_And_today