Hello everyone, I hope you are doing well.
I'm reaching out for assistance with a project I had previously and wish to revisit.
My goal is to use Fireflies AI to transcribe client calls. Subsequently, I want to insert the complete transcription into a well-structured document, ideally following this format:
| - :
The challenge is that Fireflies AI returns an array containing numerous collections. I've searched for solutions but haven't been able to get it to integrate into the document in an organized manner. The closest I've come is using the map function to extract all data from every collection simultaneously, but the outcome is like this:
:
Instead of creating a separate entry for each collection, it concatenates all the text from all collections into one block.
I'm wondering if anyone knows of an alternative method to achieve my desired outcome without using an iterator and an aggregator array, as this approach would consume too many operations per transcription.
For context, a 30-minute call generates approximately 266 collections. If I needed to analyze calls lasting an hour and a half or two hours, this method would be unfeasible.
Thank you in advance for your help.
Hi and welcome back to the callin.io Community!
Would you be willing to share the output of your first bundle?
If you don’t want to share the information, you could run it through an obfuscator or ask an AI to obfuscate the data for you.
L
blueprint (1).json (149.6 KB)
I was unable to attach the bundle in its current form due to character limitations, so I've provided a file containing the JSON.