I have a 2 step form in my application. I created 2 webhooks first one is called when user fill step 1 form. My web hook creates a folder and inside the created folder it creates a google document and add the data user filled on step 1.
When user fill the data in step 2 I am initiating webhook 2 which find the folder and under that folder, I want to append the data of step 2 in the document which was created in step 1. But every time I am getting “File not found error”. However I am able to create separate file in same folder for step 2 data.