Hello, HealthInsuranceMarket
It seems like the issue you’re encountering is related to the regex pattern matching only the first occurrence of the specified string. This behavior is typically due to the absence of the global flag (g) in your regex pattern. The global flag ensures that the pattern matches all occurrences of the string, not just the first one.
Here’s a modified version of your regex pattern that includes the global flag:
/.* is not recognized as an internal or external command,/g
By adding /g at the end of the pattern, it should now match every occurrence of the error message in your text.
If you’re using a specific tool or programming language, the syntax for including the global flag might differ. For instance, in JavaScript, you would use the pattern as shown above, but in other languages or tools, the way to specify a global search might be different.
I am experiencing the same issue.
BFA does not indicate all occurences of a certain failure cause but only the first occurence.
However, finding/showing all occurences would be more than just helpful.
Can you please solve this?
(Or add it as a feature if the current behaviour is intended.)