I think that it would be great if I could delay until a relative day/time. For example, I want to delay until Friday at 10am. However, it could be nice to have other options like…
Dec 12th (regardless of year)
1st of the month
last day of the month
Saturday at noon
I submitted a PR that should take care of most of this request. It adds two new actions to the existing date-helper piece.
activepieces:main ← joeworkman-forks:feature/datehelper
opened 09:38AM - 01 Dec 23 UTC
## What does this PR do?
This adds 2 new functions to the date helper piece. …
* Next Day of Week - This allows you to get the date of the next occurrence of a day of the week.
* Next Day of Year - This allows you to get the date of the next occurrence of a day of the year by month and day.
These options can be used in conjunction with the delay piece to allow you to delay something until a specific date and time relative to now.