Wrong date format in webhook
Status: Closed · Asked by wgstarks on · 0 views
I have created a workflow which takes new orders from my woocommerce site and adds a new customer in wave. Then it creates a new invoice in wave. The problem is that the date provided in the webhook is yyyy-mm-ddThh:mm (2023-11-13T13:30). Wave requires the date to not include the time. I have this working by just entering a static date and then manually changing that in the new invoices that are being created but would prefer to be able to map a properly formatted date in the wave workflow. Is there some way to get the workflow to just use the current date?
Use Date/Time Formatter action to get the desired date format.
I saw that suggested in another thread but I don’t understand how to add that to my workflow and map it into the wave action?
This might help -
youtube.com/watch v=ebiqammQBR4
So basically you map the date received from webhook to Date/Time formatter, select the desired format of output and then map the output of that step to Wave action step.
Thanks. I’ll check out the video. Appreciate the help with this.