Hi Alex!
I was able to get the following code to work in my SharePoint, which is awesome! However, I am looking to modify this to have the date populate to the next business day. For example, I have a rule set up to calculate the next Follow Up Date (field 1) based on the Initial Entry Date (field 2) and the value selected in the Follow Up Type field (field 3). Right now, this code works perfectly, except for the fact that it will set the Follow Up Date to a weekend. I still need it to add calendar days (do not want it to add business days) but want to have it set to populate the next business day if it happens to fall on a Sat or Sun.
Example:
{Initial Entry Date}+3
{Thu,10/1/2020} + 3 = Mon,10/5/2020 (instead of Sun, 10/4/2020}
Any help is greatly appreciated!!!