Flow_17db3yp The process instance completed successfully. Flow_0av1k7e {{gatoraide_flavors}} { "gatoraide_flavors" : [ { "name": "Glacier Freeze", "color": "#C0C0C0", "description": "Icy, refreshing citrus flavor" } ] } { "gatoraide_flavors": [ { "name": "Glacier Freeze", "color": "#C0C0C0", "description": "Icy, refreshing citrus flavor" } ], "gator_select": [ { "key": "Glacier Freeze", "value": "Glacier Freeze" } ], "flavor": { "name": "Glacier Freeze", "color": "#C0C0C0", "description": "Icy, refreshing citrus flavor" } } Flow_17db3yp Flow_12pkbxb DataStoreReference_0ak5gko Property_17g0h45 gator_select = [] for flavor in gatoraide_flavors: gator_select.append({ "key": flavor["name"], "value": flavor["name"] }) Flow_12pkbxb Flow_0av1k7e