Can I get multiple answers from "Get answer about a paragraph from OpenAI"

Lets say I have a scraped a description of a concert in one text string and i want to get multiple values from it. For example, (i) the band composition, (ii) the lead singer, (iii) his greatest hits, (iv) a short 5 word tagline of the concert, etc. I want to write each output value in a different cell/column in Google sheets.

Do i have to mulitple ā€œGet answer about a paragraph from OpenAIā€ automations? Or can i get different values from one "ā€œGet answer about a paragraph from OpenAIā€

Hi Bob,

Thanks for reaching out! The best way to approach the following task is to use the OpenAI integration only a single time. However, when you are doing so, ask the model to strictly return the response in the format of ā€œband composition; lead singer; greatest hits; short 5 word tagline; etcā€. Then, once you have successfully gotten the response in the following format, you can use Bardeenā€™s ā€œsplit stringā€ and ā€œget element from arrayā€ commands to extract the specific information from this one singe OpenAI query. This will ensure that you are using minimal credits to get the most out of your playbook. I hope this helps!

Cheers,
Omansh

Customer Support - bardeen.ai
Knowledge Base https://www.bardeen.ai/tutorials
Explore | @bardeenai | Bardeen Community

Thank you! this is brilliant, i didnt know I could split strings. Perfect! I truly love Bardeen!