Add User uUID to SQL request parameter

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.

DronaHQ Docs have found a new place!

We have updated and moved our documentation to docs.dronahq.com.
You can continue to ask questions in the community here.