Update string-interpolation.md
parent
eff3afcb1f
commit
b56d3db798
|
|
@ -30,7 +30,7 @@ name = "John"
|
|||
{{% note %}}
|
||||
#### Flux only interpolates string values
|
||||
Flux currently interpolates only string values ([IMP#1775](https://github.com/influxdata/flux/issues/1775)).
|
||||
Use the [string() function](/v2.0/reference/functions/built-in/transformations/type-conversions/string/)
|
||||
Use the [string() function](/v2.0/reference/flux/functions/built-in/transformations/type-conversions/string/)
|
||||
to convert non-string values to strings.
|
||||
|
||||
```js
|
||||
|
|
|
|||
Loading…
Reference in New Issue