I want to create a topic that gives users the ability to get a list of rows from a database (in our case, postgres).
I am able to use the connector and it does the select on the database and returns something (either record or table).
I want to parse the results and display one of the fields in a list return to the user (name column). I've tried all sorts of things like ParseJSON but that wants a string but the source is a table.
Has anybody done this type of selection from a database? Would be great if our users could ask for the list of items from the DB from Copilot.