Hi all,
I have a PDF document with several rows that gives a projectnumber. So I parse that text: Find project number and get subtext of 8 characters.
This works fine, but just for the first found projectnumber.

So, I thought I just switch off the 'Only first one' and then it would loop untill it has all projectnumbers. But when I switch it off I still get just one value, but that value doesn't make any sense.
That's when I noticed the variable changes from Position to Positions when I disable Only first one. So, I changed the other actions from %Position% to %Positions% but still no success.
Can anyone help me how to get all the values?