Accessing data in send email from webhook after text aggregator

Hey There

I’m really new to this and have been working on this all day looking for clear guidance but just cant seem to get it.
I’ve got a webhook set up from my website that collects data from a form, all the information comes through as expected, i have put that into a html table using a text aggregator and composing a string to generate the table and that all works fine.
But i have “To” field in the webhook that cant be accessed from the webhook after the putting it through the aggregator and composing a string where i could get that data when i was trying iterators and array aggregators. Any help would be greatly appreciated



Hey Darragh,

yeah you cant access data from modules that have been aggregated. You can either try and put the data inside the text aggregator or use the Make magic formula to pull the data that way.

1 Like

Welcome to the Make community!

You might be using a Text Aggregator incorrectly (if you only have a single output bundle). Try using a Compose a String module instead to compose a text string.

Otherwise, you will have to use an Array Aggregator, followed by another Iterator-Aggregator pair.

Example

Here is an example of how your scenario could look like:

This is just an example. Your final solution may or may not look like this depending on your requirements and actual data.

Hope this helps! Let me know if there are any further questions or issues. P.S.: investing some effort into the tutorials in the Make Academy will save you lots of time and frustration using Make!

@samliew

2 Likes

That’s exactly what I needed thanks very much, the get variable into a second branch off the router got me over the line

1 Like