isMatch Result as IEnumerable instead of Boolean

Hi, I am using isMatch activity to get specific text from a PDF file, But Result i can save only as Boolean variable, How can i save it as IEnumerable to write the result in a DataTable to a specific Column?

1 Like

ismatche is will return boolean type, use matches activity, to get specific texts!

1 Like

:man_facepalming:

thanks

1 Like

Hi @Robott ,

Use Matches activity

Thanks

1 Like

@Robott :smiley:
happy learning
cheers @Robott

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.