Forums › 💬 FlowCanvas › ⚙️ Support › Logical signal suggestion › Reply To: Logical signal suggestion
There’s a bug in this fix.
var word = words;
should be
var word = words[i];
…
OK, the forum is actually eating the text for some reason, so…
You need to add an indexer accessor to words, passing in i as the position in the array.
words
i