Hey everyone,
I’m exploring a project where I want to:
- Use GPT to generate data (text or structured content)
- Extract it to different “topics” (e.g. budget, timeline, team in separate fields)
- Store this generated data in a database (any recommendation?)
- Display that data in a simple interface/form with a save button
- Allow end users to edit and update values directly in the database (ideally dynamically)
- Trigger a new workflow using the db values once the data has been saved.
I’m curious to hear your thoughts on how to best (and most easily) accomplish this.
Which steps are simple out of the box with Gumloop, and where might I need custom scripts or additional third-party tools?
Looking forward to hearing your insights, tricks, or even pitfalls you’ve encountered. Thanks a lot in advance!
Manuel