hello everybody! I've been breaking my head on a single choice capture with an array variable instead of static choices for days now and I can't seem to get it work....
Let me explain:
- I have the necessity to show dynamic choices so I created an array like this: ['label':title,'value':id] and placed it as a choice (deselecting the static option by clicking X)
- On the emulator it works fine
- On the web page once I click the choice nothing happens. So I can see the choices but it seems like they do not get captured
So I've even created the array in the workflow itself, now in the webpage once I select a choice it asked me again to select it... sometimes it asks me to select it without shwing the choices (second time)
Any hints here?
Is there a way to debug it? Why it's not working on the web page but it works on the emulator?