View the original community article here
Last tested: May 6, 2020
First we have to construct the date for 'today', and then use an OR with add_days on that 'today' date It ends up like this: ${history.created_date}=date(extract_years(now()),extract_months(now()),extract_days(now())) OR ${history.created_date}=add_days(-14,date(extract_years(now()),extract_months(now()),extract_days(now())))
This content is subject to limited support.