I have tested it again:

 

SN_Learn_0-1719388198825.png

 RITM OOB field:

SN_Learn_1-1719388239741.png

 

 

 

Business Rule:

(function executeRule(current, previous /*null when async*/ ) {

    // Add your code here
    var ReturnDate = new GlideDateTime(current.variables.u_return_date);
    ReturnDate.addDays(5);
    current.follow_up = ReturnDate;

})(current, previous);

 

 

 

----------------------------------------------------------------
Mark this as Helpful / Accept the Solution if this helps.

View solution in original post