How can I add User uUID to the parameters when sending a SQL request (on the Backend side)
Hi @autocarat,
To include a dynamic value in your SQL query in the query builder, you can utilize double curly braces, like this: “{{-variable- }}.” Below, you’ll find a screenshot for visual guidance.
After saving this query, you’ll have the flexibility to bind any control or variable within it when you use it to retrieve data.
I hope this helps.