Note! The a selected indices/keys output variable is assigned an array even when only a single choice is possible.
To get the first or single choice index/key use the subscript, i.e:selected[0]orchoices[selected[0]].
my_variable[0] = 0
my_variable[0] = 1I am also having trouble with an if block.
I am making a flow that pauses on 4 parallel when blocks. To avoid duplicate paused fibers I am try in if expression block.
I keep having more parallel when blocks poping up.
Block 180 and 181 loop twice and I dont understand why.
https://www.dropbox.com/s/zm44x1kbrje73jx/WiBlue%20Control%202.0.pdf?dl=0
https://www.dropbox.com/s/qxtex9oquasq6v5/flo.txt?dl=0
I hope I am mistaking.
reading the fork explanaition again made me realise why the if block wasn't working!
https://www.dropbox.com/s/smgbatcgsq0qz7j/flow.pdf?dl=0
Thx for the help, app and all the forum reply's!