Hello,
I'm attempting to do something that seems easy, but I'm having difficulty. I'm attempting to List Rows Present in a Table, the table containing:

I'm attempting to filter the output to only display rows that display "DateShipped" within the past 7 day. Then write an HTML table and display it in an email.
I have been able to display the entire table, but the number of ways I have tried to filter by the date has been unsuccessful. I have tried converting the date format with addDays('1899-12-30', int(item()['DateShipped']), 'MM/dd/yyyy').
Can anyone recommend the proper steps to achieve this?