Shopify Connector updated
Shopify Connector version 2.3.0 adds support for date variables in configuration, including:
{StartOfPreviousMonth}
- Set the date to the start of the previous month. e.g. If today is2021-01-03
, then this is2020-12-01
{EndOfPreviousMonth}
- Set the date to the end of the previous month. e.g. If today is2021-01-03
, then this is2020-12-31
{StartOfCurrentMonth}
- Set the date to the start of the current month. e.g. If today is2021-01-03
, then this is2021-01-01
{EndOfCurrentMonth}
- Set the date to the end of the current month. e.g. If today is2021-01-03
, then this is2021-01-31
{Today}
- Set the date to today. This option also supports addition and subtraction.- e.g. If today is
2021-01-03
then that’s the resulting date. - e.g. If today is
2021-01-03
, to set the date to2021-01-06
(3 days later), set the date to:{Today}+3
- e.g. If today is
2021-01-03
, to set the date to2020-12-27
(7 days earlier), set the date to:{Today}-7
- e.g. If today is