You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Query Variables are unique variables and can be created in a Query or inside an Event Handler as shown in the following screenshots :\
37
+
\
38
+

39
+
40
+
You can access the Query Variables as follow : 
41
+
42
+
1. Inside a JS Query, Query variables should be accessible by their names without the Handlebars as shown below :\
43
+
\
44
+
\
45
+
46
+
2. In any other Query type or anywhere in the App, Query variables should be accessible by their names within the Handlebars as shown below :\
47
+
\
48
+

49
+
34
50
##Transform data
35
51
36
52
You can leverage built-in JS functions and third-party libraries in`{{ }}` to transform data, such as`filter()`,`map()` and`reduce()` operations.