Skip to content

Commit 3e85c0e

Browse files
FalkWolskygitbook-bot
authored andcommitted
GITBOOK-161: Added Demo for Handlebar Capabilities and Limitations
1 parent b057cb9 commit 3e85c0e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/build-applications/app-editor/data-selection-and-javascript.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ Return name from query results.
4949
{{query1.data.map(i => i.name)}}.
5050
```
5151

52+
#### Demo : 
53+
54+
{% embed url="https://app.supademo.com/demo/clywwf2g61gzuz9kdlj9urrjm" %}
55+
5256
## Restrictions
5357

5458
The JS code in `{{ }}` should be a single-line code, such as `.map()` or `.reduce()` combined with an arrow function or a ternary operator.
@@ -72,7 +76,7 @@ The following JS code examples are illegal in `{{ }}`.
7276
}}
7377
```
7478

75-
If you wish to orchestrate multiple lines of JavaScript, Lowcoder supports you writing such code in transformers.
79+
If you wish to orchestrate multiple lines of JavaScript, Lowcoder supports you writing such code in [Transformers](../../business-logic-in-apps/write-javascript/transformers.md) and [JavaScript Queries](../../business-logic-in-apps/write-javascript/javascript-query.md).
7680

7781
```javascript
7882
// codes inside a transformer

0 commit comments

Comments
 (0)