I am trying to bring in google ads form data into other modules in my scenario (like the phone and tools modules).
What is the problem & what have you tried?
Custom Webhook has data nested inside an array and when I try to ingest it into other modules only the top level of data shows up. Here is a loom video i recorded to explain the situatoin:
Error messages or input/output bundles
i have tried to parse this data using a tools > set multiple variables module but it does not seem to work
Welcome to the community. This is expected, as this is how Make previews the data from previous modules. With arrays, it can get complex and big very fast. That is why Make only previews the structure rather than the full payload.
In this case, the user_column_data[] array exists of 4 identical collections, only the value is different. In order to map the correct value in the next module, you must access it. You can do that either with the get() function or the map() function.
Thanks @Henk-Operative - I h have done the basics and intermediate courses and am following the directions step by step. Attached is my get function and i am still returning empty values. Not sure what is going on.
Make Input Markup: Copy-paste the above into the field, including start/end curly brackets for it to import as intended
Using Map + Join functions to get all values from an array as a concatenated text string
If there are more than one return value in the array, you can combine map and join functions to join the values into a single text string — {{ join(map( ... ); delimiter) }}
Here are some useful links and guides you can use to learn more on how to use the Make platform, apps, and app modules. I found these useful when I was learning Make, and hope they might benefit you too —
@samliew Thanks for this, Tried your exact set up. replaced with …because i was getting an error of not found for “5” so i picked it out of the options available to me. and still getting an empty output. See below. Thanks for all your help! .Learning a lot here!
You cannot individually run a single module if you don’t have example input data values for each required field, which you must input into the dialog box when you manually run a single module. This is because when you only run a specific module, the mapped variables in the module’s fields are null (do not contain any value), as the previous modules do not run and produce any output values. Does this make sense?
Instead, try running the full scenario by clicking the “Run Once” button:
No problem, glad I could help with your question:
"Ingest Google Ads form data from custom webhook"
1. Which was the most helpful post in this thread?
The Make Community guidelines encourages users to try to mark helpful replies as solutions to help keep this forum organised.
This marks the topic as solved, so that others can:
save time when browsing the latest activity on the forum, and
quickly jump to the solution in this topic (from the top)
To do this, simply click the checkbox at the bottom of the post that is the most helpful in answering your question.
Here’s a magic link to a list of your other “unsolved” topics— status:unsolved
2. Have you learnt something new?
Do bookmark this topic so you can easily find and return to this topic in future.
Do you have a question that is not about "Ingest Google Ads form data from custom webhook"? Please start a new topic.
Creating a separate topic for each question makes it easier for others with the same problem to search for answers. You are also more likely to receive help sooner as new topics are displayed first on the forum’s home and “new” page!