Hi,
If you want all matches from the text, then you can try with “Matches” activity by providing regex pattern with both matching words (“Excel|Json”). The activity will return enumerable object with all matching words.
You can check the example here → matches.xaml (6.2 KB)
Hope this helps,
Rafal