Building a Studio script to fetch customer tier from our SQL database using the DBConnector action. The connection test passes fine. Here’s the SQL query string I’m passing: SELECT tier FROM customers WHERE phone = '%s'. The script runs without error, but the output variable is always empty. Is the parameter substitution syntax correct? I’m using %s as shown in the docs, but nothing comes back. Checked the database directly and the record exists.