In the parameter of a SQL Tool in an agent flow, we can browse the MASTER CATALOG to see all tables. The only action possible is to copy the table name which is in a sense limited in term of use case. I would like to have a second button, besides the copy button, to generate automatically the basic SQL. In my example below, the SQL generated would be a basic Select * from the table with the full path as it's needed. This change would allow basic users to have a template SQL to start. Some users are NOT aware that the table full path name is needed. Obviously the select * could have a row limit added to the SQL.