I have a field that gets populated via workflow to 3 days after the record was created on. Example, if the record is created today, then the follow-up date field is set to 8/29/2020. However, this would be a saturday. I need it to exclude Saturday and Sundays. So if a record is created today, then 3 business days would be 8/31/2020. If record is created on 8/28/2020, then 3 business days would be 9/2/2020.
How can I accomplish this with a workflow? Thank you.