Get value by key

User Interface

Field
Description
Comment

Key

Key Name

Execution Result

Data is retrieved in the format specified at the time of initial storage.

Example 1: 
If the key `speed` has an integer value of `100`  
→ Retrieval result: `100`

Example 2:
If the key `car` has a string value of `"Porsche"`  
→ Retrieval result: `"Porsche"`

Last updated

Was this helpful?