Hi, I have an HTTP/Webhook step and am populating field values from a JSON response. However, I am trying to insert a date without the time value.
For example, the DateTime value I am receiving from the JSON payload is 2022-11-07T12:46:45.232Z and I am wanting to reduce it to 2022-11-07. How do I go about doing this?
Thank you so much, seems to be working like a charm to bring up the formatted date input, however, I looked through https://date-fns.org/ and must say I’m still struggling to figure out how to define the date format. I’m trying to set the format to yyyy-mm-dd