Question
Webhook Date Value is being changed to Current Date
I have a webhook that is receiving a date value response in either "m/d/yy" or "yyyy-mm-dd" format and keeps converting it to be today's date.
For example, the webhook received responses such as "2/1/20" and "2020-02-01" but keeps setting the field to 2020-02-06.
Any ideas?