What is your goal?
When a customer fills out a form it updates my clickup task to booked in ( they complete the form their booking is made. It makes no changes to the start date or due date
What is the problem & what have you tried?
I currently have a webhook that when someone submits a form from the forms app it updates my clickup task status from waiting on form to booked in am currently using the edit a task function to do so.
Starts with a webhook which has the clickup job task attached to the webhook in the form itself ( each form has a unique task id hidden field which is sent from clickup as required and the webhook includes this parameter. Then edit the task uses the clickup task id from webhook to change details on the task and the only thing i have changed is the status but because the others are blank i think it actually makes them blank properly.
If i have a date lets say start date July 4th at 9:00am, end date July 4th 10:00am and send the form it all works they fill it out it changes status to be booked in but then at the same time that status is changed it also sets the start date and due date to July 4th (no time just start and due on that date)
Error messages or input/output bundles
no errors as it functions correctly just the booking and due time is changed when i dont want it to
