-
Hi folks, I'm trying to get this loop node to work as intended:
but I keep getting this error:
It looks like the response isn't being captured? I've used console.log to have a look at it returns 'undefined'. I'm clearly missing something painfully obvious but I can't see the woods for the trees at the moment. Any help would be much appreciated. Cheers. |
Beta Was this translation helpful? Give feedback.
Answered by
cratlagh
Jun 20, 2022
Replies: 1 comment
-
Think I figured out what I was doing wrong. If I Cheers! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cratlagh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Think I figured out what I was doing wrong.
If I
replace data.values()[0].response;
withdata.values()[0].key_press;
it seems to work.Cheers!