diff --git a/examples/2-in-depth/data-stores/json-file-as-data-store/json-file-as-data-store.bpmn b/examples/2-in-depth/data-stores/json-file-as-data-store/json-file-as-data-store.bpmn
index 38f5e942..9603c73b 100644
--- a/examples/2-in-depth/data-stores/json-file-as-data-store/json-file-as-data-store.bpmn
+++ b/examples/2-in-depth/data-stores/json-file-as-data-store/json-file-as-data-store.bpmn
@@ -37,7 +37,7 @@
"description": "Icy, refreshing citrus flavor"
}
],
- "gator_select" : [
+ "gator_select" : [
{
"key": "Gator Freeze",
"value": "Gator Freeze"
@@ -54,7 +54,13 @@
DataStoreReference_0ak5gko
Property_17g0h45
- flaves = gatoraide_flavors
+ gator_select = []
+for flavor in gatoraide_flavors:
+ gator_select.append({
+ "key": flavor["name"],
+ "value": flavor["name"]
+ })
+
Flow_12pkbxb