Just to let you know im using StudioX plus I have enabled " Show Developer ".
Im trying to regex a pdf, pulling various values then writing to excel.
Read pdf text which gives me “Text from Read PDF Text” ( message box attached ).
The output from " Matches " is " Result from Matches ".
When trying to input the result in this message box, the only option is
" Result from is Match " but the output from the matches is " Result from Matches ".
Would appreciate any guidance.
Am I using the correct action ? ismatch is boolean I believe ?
How to write the regex value to a message box, not looking for true / false but the actual regex output value. Finding it very confusing
The output variable from the Matches Activity.
I have a question, does your pdf contain only one email or multiple emails, and if there happens to be multiple emails, do you want to capture all of them?
The result from matches again isnt showing in the message box options ?
I tried your code but error, if im doing it correctly.
Im coming from Power Automate where the resulting output is automatic so please have patience with me
First, put ForEach activity then set System.Text.RegularExpression.Macth at TypeArgument property.
Then put MessageBox (for example) inside the ForEach, and set item.Value using Advanced Editor.
Ive actually just changed over to Studio from StudioX just to see if I could get it working.
I am getting the correct output now, works perfectly.
I would prefer StudioX as my biggest fail is getting correct syntax.
I think what was happening in StudioX was having to enable developer from the action tree.
I had to force close StudioX as it stopped responding.
Uipath do state Studio actions are not designed for use in Studiox.
Will switch back to StudioX later today to try again and report back.
What im struggling to understand is why when I have 3 saved values but the one I want ( Result from Matches ) fails to show when im looking to reuse it, lets say in a message box etc.