I have a scenario where i need to perform a optional match and continue with the execution.. And the value to match is part of an array. The recommendation was to use karate.match() in one of the stackflow answers
Normal flow -
* match response [*].id contains myid // but execution should not halt here.
How to do this using Karate.match() ?