Hello, I would like to retrieve data from two different feeds from a guy and group them into one to insert them into a Google sheet for example.
Hello,
This will depend on the format of the feeds you get. Can you tell us more about the module(s) you use to get the data, the output format of each, or any info that could help?
Generally speaking, with Make, you can’t get data from multiple sources in parallel (compared with ETL solutions), but you could chain your calls; but in that case, you have to be careful, because if the first call returns you multiple bundles, the next will be called multiple times. That’s why it’s important to first understand what the modules return, to see how you can build the sequence of calls.
Benjamin