I'm working with Fireflies.ai’s integration, where the data returned is mostly standardized (e.g., {ID, DATE, Participants, etc.}). The issue arises when a custom prompt is used during a meeting to generate newly formatted transcript summaries. These summaries are stored as:
- “Custom App Note 1 Title”
- “Custom App Note 1 Prompt”
- “Custom App Note 1 Content”
The problem comes up when multiple prompts are run during the same meeting. I end up having to comb through "Custom App Note 1" to "Custom App Note 15" to find the correct one.
Has anyone encountered this issue before? What would be the best method to dynamically search through these to find the correct prompt?



