Hey there Jeff. Thank you so much for the video! Can I ask though, what would I need to change in the variables to draw information from the week prior, rather than the week ahead? So i could get the same report every Monday morning, but it shows me all the meetings that I had in my diary the week before. Thank you again.
@jeffrhodes8 күн бұрын
Great question! Easiest would be to use the addDays() with -7 as the number of days to add. So if it gets fired off on 1/19, it would go back and start with 1/12. The rest would pretty much be the same. Hope this helps.