Remove Dictionary Key
Remove Dictionary Key
Section titled “Remove Dictionary Key”Type: dict-remove · Package: Collections Activities v1.0.0
Deletes the entry (key and its value) from a dictionary. If the key does not exist, it does nothing.
How it works
Section titled “How it works”Removes from dict the entry whose key is key.
Required parameters
Section titled “Required parameters”| Parameter | Editor | Description |
|---|---|---|
dict | expression | The dictionary. |
key | expression | The key to delete. |
Example
Section titled “Example”Remove Dictionary Key dict = = config key = "temporal"Related activities
Section titled “Related activities”- Set Dictionary Value — add or update a key.
- Dictionary Contains Key — comprobar si existe.