• Instructions to Ask a Question

    For any assistance, please click the "Ask a Question" button and select the Pabbly product for which you require support.

    We offer seven comprehensive applications designed to help you efficiently manage and grow your business:

    Our support team endeavors to respond within 24 business hours (Monday to Friday, 10:00 AM to 6:00 PM IST). We appreciate your understanding and patience.

    🚀 Exclusive Lifetime Offers 🚀

    We invite you to take advantage of our special one-time payment plans, providing lifetime access to select applications:

    • 🔥 Pabbly Connect — Lifetime Access for $249View Offer
    • 🔥 Pabbly Subscription Billing — Lifetime Access for $249View Offer
    • 🔥 Pabbly Chatflow — Lifetime Access for $249View Offer

    Make a one-time investment and enjoy the advantages of robust business management tools for years to come.

Text Splitter Issue

theliduk

Member
1727515056787.png


The above is text, and I need to get the result only as "International Conference on Artificial Intelligence and Education 2024" as the output. Meaning I want only the first line of all the texts to be the caption.

I tried \n, but no luck in text splitter.
 
D

Deleted member 15445

Guest
Hey @theliduk

It appears that the "message" fields have a different response in every form. Kindly let us know if you can make some changes in your form so that the response is in the same format every time. For eg. the last response can be parsed using "–" instead of "\n"

1727520417795.png


As a work around, you can use two action steps available.

  • Code by Pabbly - You can use a JS code to extract the desired text out of the response and map it in the further steps.


  • OpenAI (ChatGPT) - You can prompt ChatGPT to extract the first phrase of every message accordingly.

Let us know if any of these work for you.
 
Top