• Instructions to Ask a Question

    Click on the "Ask a Question" button and select the application for which you would like to ask questions.

    We have 5 different products namely - Pabbly Connect, Pabbly Subscription Billing, Pabbly Email Marketing, Pabbly Form Builder, Pabbly Email Verification.

    The turnaround time is 24 hrs (Business Hours - 10.00 AM to 6.00 PM IST, Except Saturday and Sunday). So your kind patience will be highly appreciated!

    🚀🚀Exclusive Discount Offer

    Just in case you're looking for any ongoing offers on Pabbly, you can check the one-time offers listed below. You just need to pay once and use the application forever -
     

    🔥 Pabbly Connect One Time Plan for $249 (🏆Lifetime Access) -  View offer 

    🔥 Pabbly Subscription Billing One Time Plan for $249 (🏆Lifetime Access) - View offer

Multiple rows to be mapped - How?

bnandi82

Member
Hi there,

I'm trying to create a listicle type WP post generator where each listicle item would come from multiple rows (in Google sheets). I'm only possible to map the first row in Pabbly and I'm curious if it's possible to instruct Pabbly to repeat this mapping on the 2nd, 3rd ....etc rows until there's an empty row. Is this doable?

Screenshot 2024-01-08 at 17.09.12.png

Thanks in advance.
 

Supreme

Well-known member
Staff member
Hey @bnandi82

I'm only possible to map the first row in Pabbly and I'm curious if it's possible to instruct Pabbly to repeat this mapping on the 2nd, 3rd ....etc rows until there's an empty row. Is this doable?
You need to map the data in the WordPress action step from your Google Sheets response once with all the possible values. Because if you apply any other workaround to map the data the spacing in the post will not be feasible.
 

bnandi82

Member
Hey @bnandi82


You need to map the data in the WordPress action step from your Google Sheets response once with all the possible values. Because if you apply any other workaround to map the data the spacing in the post will not be feasible.
Hi @Supreme ,

Thanks for your reply. I'm not really following what you are trying to say.

I'm at the Wordpress action step and I've already mapped in the 'Post content' field all the input fields from Google Sheets (I inserted the screenshot from this in my original thread). The problem is that this way it will create a Wordpress post for each Google Sheets row.

And my question was related to this: is it possible somehow to instruct the tool to not include only 1 row in a post but continue to read in all the rows from Google Sheets and continuously add to the Wordpress post. This way I could create listicle type posts with multiple items, not just one.
 

Supreme

Well-known member
Staff member
I'm at the Wordpress action step and I've already mapped in the 'Post content' field all the input fields from Google Sheets (I inserted the screenshot from this in my original thread). The problem is that this way it will create a Wordpress post for each Google Sheets row.

And my question was related to this: is it possible somehow to instruct the tool to not include only 1 row in a post but continue to read in all the rows from Google Sheets and continuously add to the Wordpress post. This way I could create listicle type posts with multiple items, not just one.
Apologies for the delayed response. If you're looking to transfer all the entries from Google Sheets rows into a single WordPress post, you can employ the Line Itemizer action step following the Get Rows action step. This will add the data in a comma-separated format, allowing you to generate a post containing all the row entry data in one go.


Referred workflow logic -
(In place of Iterator you can use the Line Itemizer action step)
 
Top