hi @DominiqueLo1 The overall approach is valid — it checks if both date fields have values and calculates the difference using Date2Num(). However, it throws an error because rawValue is being accessed on unknown or incorrect field names.Suggested Fix:Confirm that the field names (DateField1, DateFi...