In my smart app, I want the user to select modes to run in - similar to the mode input - but then I want to set options per mode they chose. I saw a similar thread - but it is not acting as expected. For some reason, the first mode gets selected, but the other modes are just indexed:
Thanks for the suggestion @whoismoses, I tried it out but I’m not seeing any behavior differences. I tried different variable names for both my method, and the method suggested by @slagle
Yes, selecting multiple mode appears to work. But later in the settings - on a dynamic page - there is only one value in the linkedStModes variable. So, while it gives the impression of working, only one mode is actually selected.
From your suggestion, I installed a test app on my phone, and the issue where modes show up as ['Home', 1, 2] is a simulator-only bug. I’ve got mode selection working as expected now - just not in the simulator.