Hi, I am facing an issue where I want to dynamically add in a filter condition to a SQL statement eg. select * from table where {{filter_conditions}}
The filter conditions is then added via text input: So the text input would be something along the lines of "username = 'test' ". Then the query will execute "select * From table where username = 'test'".
Is there atleast a way to retrieve a list of all the shared queries from the query library inside a table on Retool?
Please any help would be greatly appreciated!