Help , i am exporting with a webhook to a Google Sheet , from a form- some of the fields are optional but when they get loaded to the google sheet they are being populated by the prevoius data , i.e. they should be blank -
thank you
Help , i am exporting with a webhook to a Google Sheet , from a form- some of the fields are optional but when they get loaded to the google sheet they are being populated by the prevoius data , i.e. they should be blank -
thank you
Hi @Sandra4,
You are triggering the automation through a webhook that is connected to a form. When the form is submitted, it should add a new row to your Google Sheet.
However, it appears that new rows are being created with previous data instead of starting with blank fields.
Could you please share a screenshot or the blueprint of your current scenario (i.e., automation) setup so that I can review how it is structured and identify where the issue might be?
Welcome to the Make community!
Weâd love to help, however, you have not provided sufficient information to demonstrate the problem that would allow us to reproduce the scenario and any issue/s and/or error/s.
To allow others to assist you with your scenario, please provide the following:
We need to see what youâre working with to give you the best advice. Screenshots are extremely important because Make is a visual editor â a picture provides us with more context.
It would help us identify the issue by having screenshots of:
You can upload images here using the Upload icon in the text editor:
![]()
We would appreciate it if you could upload screenshots here instead of linking to them outside of the forum. This allows us to zoom in on the image when clicked, and avoid tracking cookies from third-party websites.
Please export the scenario blueprint. Providing your scenario blueprint file will allow others to quickly recreate and see how you have set up the mappings in each module, and also allows us take screenshots or provide module exports of any solutions we have for you in return - this would greatly benefit you in implementing our suggestions as you can simply paste module exports back into your scenario editor!
To export your scenario blueprint, click the three dots at the bottom of the editor then choose âExport Blueprintâ.
You can upload the file here by clicking on this button:
![]()
Please provide the output bundles of each of the relevant modules by running the scenario (you can also get this without re-running your scenario from the History tab).
Click on the white speech bubbles on the top-right of each module and select âDownload input/output bundlesâ.
Save each bundle contents in a plain text editor (without formatting) as a bundle.txt file.
You can upload the file here by clicking on this button:
![]()
If you are unable to upload files on this forum, alternatively you can paste the formatted bundles.
Here are some ways to provide text content in a way that it wonât be modified by the forum.
Method 1: Type code fence manually â
Add three backticks ``` in a separate line before and after the content, like this,
```
text goes here
```
Method 2: Highlight and click the âpreformatted textâ button in the editor â
![]()
Method 3: Upload your file and share the public link â
(this method is only recommended for large files exceeding the forum upload limit)
Providing the input/output bundles will allow others to replicate what is going on in the scenario, especially if there are complex data structures (nested arrays and collections) or if external services are involved, and help you with mapping the raw property names from collections.
Sharing these details will make it easier for others to assist you.