docs-v2/content/influxdb/cloud/reference/flux/stdlib/dict/insert.md

366 B

title description menu weight
dict.insert() function The `dict.insert()` function inserts a key value pair into a dictionary and returns a new, updated dictionary. If the key already exists in the dictionary, the function overwrites the existing value.
influxdb_cloud_ref
name parent
dict.insert Dictionary
301

{{< duplicate-oss >}}