Meow the Magnificent
Passing workspace variable as items in Select input
hi!
I have a py script that returns results that is connected to a Select > Items. However, I can't seem to display the items stored in variable via dropdown. Is there a specific way to store the variable so it picks up by Select?
I have the items stored as a json like so.
[{"value":"aaa","label":"aaa"},
{"value":"bbb","label":"bbb"},
{"value":"ccc","label":"ccc"}]
14 replies