Hi all, Quite new to retool.
So I have a table of 4 columns which gets populated with a postgress query. Showing just 6 rows.
Let say:
ID | service_name | Owner | Link page
1 | foo | john | link.com
Query is made of 10 columns but I just show those 4.
Also I have a dropdwn next to the table that get´s populated with the services name (that you can see on column 2 in table). Would like to click on the service that I get from dropdown, and add it to the table as a new row also with it´s ID, name, Owner and link page.
Hey @minijohn thanks for the reply. I read that but not sure how the new query gets inserted as a new row in the already existing table (which also gets popularted by same query).
Also this is a "select from" query to display values in table. I would like to add some more rows in that query. Not to add new row in the table database.