Hello! Currently Variables values are strings only...
# ask-community
e
Hello! Currently Variables values are strings only, is there an option to set other values from different types? list, dict, etc...
z
You can use `json.dumps`/`json.loads` to store and load additional data types
1