Hello. I want to scrapping Email,Data extra… by between date.
On working day, get data from -3days until today.
For instance, if the project works on Monday, get Friday-Sunday data.
I think, Using Datediff is the best. But I don’t know how add use Now.AddDays~ on Datediff
For today, I want to get emails arrived at 2021/11/4,2021/11/3,2021/11/2
For next monday 2021/11/8, I want to get emails arrived at 2021/11/7, 2021/11/6, 2021/11/5
So working date will be changed, so I don’t want to use exact date.
I want to use code like Now.Adddays(-3) …