Edit: And while it doesn’t apply to this particular input since the format you mentioned is OK to be used directly in a URL, don’t forget that there’s also a urlEncode()expression that can be used as well.
If he wanted to add 1 day to the $DateToday variable and get tomorrow’s date – there’s no path to do that math in the URL is there? I’m doing this today and doing the math in another variable in front of the HTTP post request, just curious if there was a path to do the math in the HTTP action call.
Not a big deal if I have to do the math in a variable prior to the HTTP call.