Storing the match result in var not giving result

@Luis261980 Hi I didn’t get you

@Manjuts90 your option can solve the problem, I mean you’re right

1 Like

Test.zip (20.3 KB)

now try

Remove one of this lines and i think will work fine:

1 Like

leave it, it’s not an issue

And you dont need to attach excel window when you when your are inside the excel activity :slight_smile:

it’s not an issue

OK :slight_smile:

@balkishan Hi as i said earlier i still unable to open the workflow, i am using the 2017 version. Can you post the the text of exceptions so that i can try extracting required information form your input.

1 Like

Ii Can’t print the text bro, It’s coming in Catch block.

@balkishan By giving exception.message you might get required text directly. Can you check this option.

Can you share regex pattern?

1 Like

we can’t copy bro, It’s coming in Catch Block. Not in Try,

@balkishan Use regexText.Count to check whether you have found any matches in the input.
If regexText.Count=0 then no matches found based on regex pattern.

If regexText.Count>0 then some matches found based on regex pattern. then use for each loop to print all the matched values.