Not sure how to phrase this, so I’ll describe the scenario:
- I have a scheduled Zap, running weekly
- there’s no external input data involved
- I use the {{zap_meta_utc_iso}} global variable as a starting date
- A later step is supposed to send future timestamps, counted from this starting point (today +1d, today +2d etc)
- e.g. today is
-
and I need multiple items/ variables I can use in later Actions, e.g.2021-05-12T11:34:10+02:00
day1: 2021-05-12T11:34:10+02:00
day2: 2021-05-13T11:34:10+02:00
day3: 2021-05-14T11:34:10+02:00
day4: 2021-05-15T11:34:10+02:00
day5: 2021-05-16T11:34:10+02:00
day6: 2021-05-17T11:34:10+02:00
day7: 2021-05-18T11:34:10+02:00
What I *could* do is using individual “Formatter” steps, each using a “Add/Subtract time” action with a “{{iso}} +1d”, “{{iso}} +2d” etc. notation ad nauseam.
But this look ridiculously inefficient, and I bet there’s easier solutions out there (don’t let me down, Internet People!) Any ideas? I’ll take line items, custom code, pretty much any kind of unorthodox (but elegant) solution.
Thanks!