How to initialize default value enumarable.macth activity

how to initialize default value enumarable.macth activity in UiPath
iam trying to initialize as default

Hi @T_Y_Raju

Your query is quite confusing, Could you be more specific…?

@T_Y_Raju,

I not sure what’s your problem statement but please note that manually creating an IEnumerable<Match> object is not common in UiPath workflows, as you would typically use the “Matches” activity or similar activities to generate this collection based on input strings and regular expressions.

Still if you want to do it, You can do it at runtime like give a dummy Matches activity with non related regex pattern. This will return you MatchCollection(0) { } which is your expected default value.

Thanks,
Ashok :slight_smile: