Nth20,
Please try to use the following formula script:
Please try to use the following formula script:
Code:
if (entity\isNew() && departureDate1) {
cDepartureDate = departureDate1
}
if (entity\isNew() && returnDate1) {
creturnDate = returnDate1
}

Comment