Replied text post automation on Facebook page

Preeti Paryani

Well-known member
Staff member
Hey @sonuku,

Thanks for sharing the details.

We’ve checked the workflow you provided, but we couldn’t find any Iterator step after the Google Sheets action. Could you please clarify the specific issue you’re facing while configuring it so we can assist you better?

1777877337729.png
 

Preeti Paryani

Well-known member
Staff member
Hey @sonuku,

The Iterator works only with array data. In your current workflow, the previous step (Google Sheets → Add New Row) does not return any array, which is why nothing is available to map in the Iterator.

If your goal is to process multiple rows from Google Sheets, you should:
  • Use Google Sheets → Get Rows
  • Enable Advanced Format (Select Advance as the Response Format) to capture full data
  • This will return an array, which can then be used in the Iterator
Please confirm what data you want to process, and we’ll guide you accordingly.
 

Preeti Paryani

Well-known member
Staff member
Hey @sonuku,

Thanks for sharing the workflow again.

We’ve checked it, and it appears that your Google Sheet currently contains only the post content in a single row without proper headers. Because of this, the data is not being structured correctly, which affects the Iterator.

To fix this, please:

  • Ensure your Google Sheet has proper headers (e.g., “Post Content”)
  • Add multiple rows under that header with your post data
  • Use Google Sheets → Get Rows (with Advanced response) to fetch data as an array
  • Then use the Iterator to process each row
For hourly posting:

  • Add a Delay (1 hour) after the Iterator to control execution timing
  • Then proceed with the Facebook posting action
You can also refer to this tutorial for a complete setup:

Please update the sheet structure and try again, then let us know if you need further help.
 
Top