Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update transformers.md
typo fix
  • Loading branch information
1DontEx1st authored Mar 25, 2025
commit 10d78a9ac321a18373647e6e2636a19c623d8f68
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Compared with inline code in `{{ }}`, transformer supports multi-line code block

## Quickstart

Click **+ New > Transfromer** in a query editor to create a transformer.
Click **+ New > Transformer** in a query editor to create a transformer.

Then write your JS code in the transformer. You can click **Preview** to get the return value and access it by `transformerName.value` in your app.

Expand Down
Loading