I want to reschedule today's uncompleted task for tomorrow


Here’s some screenshot of my scenario, I have a bundle variation error that state that :

BundleValidationError

Validation failed for 1 parameter(s).

  • Invalid date in parameter ‘start’.
Origin

Make

Automatic error handler

If you want to handle this error automatically, choose one of the following options. This will create a new error-handler route in your scenario. You can then expand the route in any way you like.

I think it’s from my second screenshot formula, but I’m not sure how to fix it.

Hi David,
It looks like your formatDate function wasn’t properly detected by Make. Notice how the function name and parentheses are not tokenized, which is not what we want in a Make function. So, you may rewrite the function and ensure the name and parentheses are tokenized (like they are for your “addDays” function). You may also remove the second parenthesis after the semicolon, and the empty space below the function