Skip to main content
Nintex Community Menu Bar
Question

DATE_DIFF

  • July 11, 2024
  • 1 reply
  • 15 views

bill.fox
Forum|alt.badge.img+7

DATE_DIFF({{Temp_Date_Time_Start__c}}, {{Temp_Date_Time_End__c}}, MINUTE) as a UI-Field

When I enter the start time it calculate to “NaN”. When I enter the end time it does not recalculate.

1 reply

Forum|alt.badge.img+20

This formula is meant to calculate the difference between two DATE fields. It seems like your entering in DATETIME fields. You’ll need to use the following functions to get a time difference.

You for sure can get the values you want with the functions found in V2.