Trouble with Repeater

Hello,

I’m having trouble with my scenario in Make when trying to process keywords from Google Sheets. The issue is that the scenario keeps repeating the same keyword over and over in WordPress, instead of moving on to a new keyword each time.

Here’s what I need:

  1. The scenario should pick the first keyword in the first row of the Google Sheets document.
  2. Run the complete workflow with this keyword in WordPress (like creating or updating a post).
  3. Once this workflow is finished, the scenario should automatically move to the next keyword in the following row and repeat the process.

Currently, the scenario keeps using the same keyword repeatedly rather than progressing through the list. I need help configuring the scenario to process one keyword at a time in sequence, from the top of the sheet to the bottom.

Thank you for any guidance!

blueprint.json (14.8 KB)


  • Google Sheets Setup:

  • I have a Google Sheets document where:

  • Column A contains the main keyword.

  • Columns B and the following contain subtitles related to each main keyword.

  • The scenario should pick the first keyword in the first row of the Google Sheets document.

  • Run the complete workflow with this keyword in WordPress (like creating or updating a post).

  • Once this workflow is finished, the scenario should automatically move to the next keyword in the following row and repeat the process.

  • I’ve only been running tests to avoid consuming too many credits, but the scenario keeps using the same keyword repeatedly rather than progressing through the list.

that’s what the repeater does what you should be using is search rows module and don’t put any filter in it to get the list of all rows containing the keywords as bundles and then map it to WordPress