<!--- How to Report Bugs and Suggest Product & Ecosystem Improvements: https://paper.dropbox.com/doc/How-to-Report-Bugs-and-Suggest-Product-Ecosystem-Improvements--BGV4EfgBmCf9BEYOFHOonxxGAQ-l7r9iojTkeAovyib1xY5s --> # Other Feature Request ## Description Currently, the Select query action works only with a hard coded SQL query. Ideally, incoming data should be usable in the select query. ## Definition of Done Typically we solve this by: * Allowing some way to define parameters in the SQL select query (in the config) * Build an input in the in metadata per defined paramer in the query. * Execute a parameterized SQL statement.