system.collections.generic.IEnumerable<system.text.regularexpressions.match> not taken my varibale scope
any one help
thanks
shaik
system.collections.generic.IEnumerable<system.text.regularexpressions.match> not taken my varibale scope
any one help
thanks
shaik
which one I have to taken , can you help @vrdabberu
if I have taken matchcollection it got wrong output , so ![]()
please help
thanks
shaik
Change the data type of variable MSSIDN_Matches to System.Text.RegulerExpression.MatchCollection
Thanks,
Ashok ![]()
getting same error @pravallikapaluri
thanks
shaik
Please use the browse for types for that variable and then use the below
System.Collections.Generic.IEnumerable
After typing this you will get an dropdown
Select the System.Text.RegularExpressions.Match
Now click ok
Regards
I have selected correct data type @vrdabberu but getting error for those Matches varibales.
I have tried matchcollections but getting wrong output
please help
thanks
shaik
Have you changed anything from the code I have provided? @shaik.muktharvalli1
Regards
@shaik.muktharvalli1
Try using find matching patterns activity
No @vrdabberu
In local code working fine but in VM getting error particular Matches varibales
Regex.Matches is returning a MatchCollection
So MSSIDN_Matches
has to be of DataType:
System.Text.RegulerExpression.MatchCollection
When other Datatype is needed then we would have to convert it
I have tried MatchCollections getting wrong output
Thanks
shaik
this we would doubt, as the return is as mentioned.
What was done in detail. Please share with us the Variable definition of MSSIDN_Matches
Please check whether System.Text.RegularExpressions is present in imports panel.
Regards
yes present @vrdabberu
Can you please tell me the studio version that you are using in VM? @shaik.muktharvalli1
Regards