Hi everyone - I am looking to build an app which supports this flow:
Start by uploading a quote pdf
AI extracts key info (client name, amount, date, contact info)
User reviews/edits extracted data
Saves to database as quote record
With multiple steps you might be able to create a record, upload file, extract and populate fields but I was looking for more of a user friendly experience where you save clicks.
After the upload of the file, you can have a button for users to “Extract Info” and that step will populate some editable columns in your table. Then a button to add those to a new row (your “quote record”).
Not the ideal way, ideal way would have the fields automatically be extracted, but you can’t tie an action to the file picker at the moment.