I want to create an agent that can append new content to a database, or a confluence table to queue them up for human review, but so far I don't see a way to do this.
The basic workflow is: The user searches for a term, if the term doesn't exist in the document, Glean asks the user if they want to submit it, and then gets all term field info from the user. It then submits the content to the existing document marking the row as "Pending review".
Once the new content is appended to the Confluence document, Glean posts the same content to a slack channel along with a notification that says it's ready for human review.
So far most of this works, but I want a way to have Glean append content to an existing document, rather than create a new one.