Let me guess, you're probably trying to pass a value — maybe a user ID, status, or form input — into a Retool query. You have already tried something like {{ someVar }} but it's not working in a .trigger() call. That's exactly where I was, until I di...