Reading a list in Google Sheets

Hi there!

  • I have a list of nearly 1000 Post Links & URLs in a Google sheets.
  • I have also some sample blog post content in another sheet
  • main goal is to generate with openAI relevant internal linking for SEO

Questions is:

  • How can I read the complete list of post links and URLs in one task to push it to openAI. If I start the task, they read only one row by row, but need to read everything in the list to make a context relevance.

is there a workaround? Thanks in advance!

Hi

In theory, you can use a Google App Script. I’m doing something similar to create a bunch of folders and sub-folders on Google Drive and save a lot of operations

In theory because right now although it works outside of Make, I can’t get it running from Make.

Not the “answer” but maybe points you in the right direction

Mike

2 Likes

Thanks, will check it…