How to group more than one line of text with the datacap?

440 Views Asked by At

I have this document and i want to capture more than one line.I'm only managing to capture just one. I am interested in getting all the content in blue.

Image from my script -

Image from my script

Result I want to get -

Result I want to get

1

There are 1 best solutions below

1
On

Using at least datacap 9.1.1 i think you would maybe want something like:

RegExFind_InBlock("objectivo")
GoNextWord("1")
SelectParentBlock()
UpdateFieldWithBlock()

Depending on how your recognize action works, you may need to use SelectParentBlock() a few times