Connecting multiple Wordpress websites to one google sheet

Hi there,

I’ve got several wordpress websites on my scenario. A post is published by iteration on every one of them. Then I want to collect the URL and update my google sheets.

Can I do it with using only 1 module of google sheet, that receives the urls from all the wordpress websites I have?

this is a part of the scenario :

Welcome to the Make community!

Absolutely.

At the end of each route, set a variable to store the URL.

Then, simply add one more route to your Router module, and add a Get Variable module to retrieve the URL, then you can use a Google Sheets module there.

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

1 Like

Thanks!!

Do you mean like this?

I couldn’t find a module where I could connect several “Get a post” modules to it.