I have an issue
I make an webhook to Wix and extract data from Form submission and then send it to Google Sheet
From Some Reason, the phone number has not been extracted to the google sheet
Someone know why?
I will be glad for some answers and help please
I tried to use Tools modules to map the fields but It didn’t help
What have I missing?
1 Like
Welcome to the Make community!
Please provide the output bundles of the module [5] from the scenario History tab, then click the white speech bubble on the top-right of each module and select “Download input/output bundles”.
A. Upload as Text File
Save each bundle contents in your text editor as a bundle.txt
file, and upload it here into this discussion thread.
B. Insert as Formatted Code Block
If you are unable to upload files on this forum, alternatively you can paste the formatted bundles.
These are the two ways to format text so that it won’t be modified by the forum:
-
Method 1: Type code block manually
Add three backticks ```
before and after the content/bundle, like this:
```
content goes here
```
-
Method 2. Highlight and click the format button in the editor
Providing the input/output bundles will allow others to replicate what is going on in the scenario even if they do not use the external service.
This will allow others to better assist you. Thanks!
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
P.S.: Did you know, the concepts of about 70% of questions asked on this forum are already covered in the Make Academy. Investing some effort into it will save you lots of time and frustration using Make later!
For your request: @samliew
1 Like
Please follow method A or B above, I can’t work with screenshots as I can’t copy the content.
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
P.S.: Did you know, the concepts of about 70% of questions asked on this forum are already covered in the Make Academy. Investing some effort into it will save you lots of time and frustration using Make later!
Hey @Barak_Hazan
According to your mappings, it should map the email in phone. I would say to first correct the mappings using get() and map() function as you have only mapped first item in all fields.
Please refer to below help documents for use of get() and map()
https://www.make.com/en/help/functions/general-functions#get--object-or-array--path-
https://www.make.com/en/help/functions/array-functions#map-complex-array--key--key-for-filtering---possible-values-for-filtering-separated-by-a-comma--
Regards,
Msquare Automation - Gold Partner of Make
@Msquare_Automation