• 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

Spintax "Randomized Content" support?

Is there a @Pabbly built-in step that spins text so the output text isn't exactly the same every time? example use case, responding to google reviews with customer name, and randomize several variants of response

formatting details: https://spintax.org/en/mega-guide/

Code:
To spin a text you must write a base text and lock the words, sentence or paragraphs that you want to alternate, separating them by a vertical bar or pencil.

Example:

{That is|That’s|This is} my {automobile|car|motor car|machine}.

When processing the text spintax would leave a sentence like “That’s my car” or “this is my car”.

Basic structure
What we have explained is the basic structure of a text in Spintax format: a normal text in which some words, phrases and even complete sentences and paragraphs are enclosed in braces and joined by means of a pen with other words, phrases, paragraphs, etc… that mean more or less the same thing.

Another simple example:

{You’re|You are|You look} {awesome|beautiful|pretty|impressive}

Everything written inside the keys { } is taken by the spinner, and is replaced by one of the inner options separated by vertical bars or plectrums.

This time there will be 4 variants for the first group of words and they are interspersed with the 4 from the second group, which leaves us with 16 different ways of saying “You are beautiful” or something very similar.

Internal groups
A popular trick is to use inner groups. These inner groups give a higher level of variability to the texts since one option ceases to be an option and becomes many.

Let’s modify the previous example:

{You’re|You are|You look} {awesome|{pretty|very} beautiful|pretty|impressive}

If you look carefully, you will see that in the second group, where before it said “very beautiful”, the word “very” was grouped with the word “pretty” and now more variants could appear. This brings the number of possible combinations from 16 to 20.

Empty options
One more basic technique, although super interesting, is to add empty options, that is, to group a word or sentence with… nothing…

I’ll show you:

{You’re|You are|You look} {awesome|{pretty|very|} beautiful|pretty|impressive}

Here is an option that did not exist before: “pretty”. Just like that, not too much, not too much… simply: pretty.
 

Supreme

Well-known member
Staff member
Hey @tsuiwilliam
Is there a @Pabbly built-in step that spins text so the output text isn't exactly the same every time? example use case, responding to google reviews with customer name, and randomize several variants of response

formatting details: https://spintax.org/en/mega-guide/

We looked into your concern and checked the possibility of this. So as of now, we don't have such a feature on the platform.
 
Last edited:

Fagun Shah

Well-known member
@tsuiwilliam @Supreme Verma This is possible, here is the full workflow -
Spintax  Workflow.png

Google Sheet Where Spintax is added every 10 min - https://docs.google.com/spreadsheets/d/1KabvamiOjnKaRnooVWdlunOtCHhcu5fQ8fzKSL8QzWA/edit?usp=sharing

Copy Workflow Here - https://connect.pabbly.com/workflow/share/CkJXZQdiASgASVAUBENQNQ4dBTIBXQU_VEQEDVcyAUc#

High Res PDF of Workflow Screenshot - https://drive.google.com/file/d/1-Mt1UhpZlpwO8i_92Ofc3844gEQEztnp/view?usp=sharing

@tsuiwilliam Please let me know if this what you wanted or not.
 
woah, that's impressive! I'll be sure to try it out and report back..... probably take me a while to sort it out tho! thank you!
 
Top