automa icon indicating copy to clipboard operation
automa copied to clipboard

RegEx variable: Cant find "{{ loopData@loop-times }}" variable

Open eMPee584 opened this issue 1 year ago • 1 comments

Ok whichever permutation of variable name I try (!!{{ loopData.loop-times.data }}, {{ variables.loop-times }}, {{ loopData.loop-times.data }}, {{ loopData.loop-times }}, {{ loopData@loop-times }}.. ), I can't get the RegEx Variable-Block to work in a loop (named loop-times). I surely must be doing something wrong but couldn't find any sample code.. I do have a loop break block. Appreciate if someone has an idea as I'm somewhat of a JS noob admittedly xD

eMPee584 avatar Aug 23 '24 17:08 eMPee584

If it involves Loop Breakpoint, you might need a loopId to access the loop data

jingbof avatar Sep 03 '24 01:09 jingbof