Forum Discussion

vcocco's avatar
vcocco
New Contributor II
4 years ago

Need to open up a date parameter

I need to temporarily modify a date parameter in a REST Get snap. The parameter ‘date_added’ uses the previous date: date_added = Date.parse(Date.now().minusDays(1)) I need to change it to i...