I'm using macros for initializing start and end date but when I'm running my scripts so it's showing Details: "timeRange.startDate: must be a proper date in the format yyyy-MM-dd.">
If I'm not wrong then {{ds}} default format is YYYY-MM-DD then why it's giving me this error.
"timeRange": { "startDate": "{{ macros.ds_add(ds, -30) }}", "endDate": "{{ ds }}" },
1.4m articles
1.4m replys
5 comments
57.0k users