Variable in SQL

Hi,

I am attempting to use a variable in an SQL query, but each time I do, I receive an error.

message:"bind message supplies 1 parameters, but prepared statement "" requires 0"

SQL

and name ilike '%{{selectName.value}}%'

My SQL query works fine whenever I type in the string, but I cannot figure out why there's an error.

1 Like

Thank you for the help!