Another issue with web interface.

Hi @Adlinga,

Because we're using a choice as our view_id, we need to specify an options key which is currently missing in our loop:

for eg in stream:
    eg["options"] = [ 
         # some code...
    ]

For your case, you can probably (1) merge it into one list of "options" and make it "Action: [some option]", "Level: [some option]" or (2) use choice_style=multiple in the config, and just do some validation on your end.

You can also check different ways to design your recipe in these threads: