${`{${name}}`}
+ {'{{resultField}}'} field will have a clickable link that opens the
+ specified URL.
+ {'{{resultField}}'} field will have a clickable link that runs your
+ target query below.
+ +++
+ {Object.entries(transformationVars).map((entry) => {
+ return `\$\{${entry[0]}\} = ${entry[1]?.value}\n`;
+ })}
+
+ >
+ )}
+ >
+ )}
+
- When saved, the {correlations.resultField} field will have a clickable link that runs your target
- query below.
-
General
-Use these variables in your target query. When a correlation link is clicked, each variable is filled in with its value from that row.
-${`{${name}}`}
- {'{{expression}}'}
-
-
---
- {Object.entries(transformationVars).map((entry) => {
- return `\$\{${entry[0]}\} = ${entry[1]?.value}\n`;
- })}
-
- >
- )}
- >
- )}
-