Hello,
Is there a way to see all errors per execution instead of what it is now, were it only shows the first failure from a list of checks?
{
"$..isApplying": "false",
"$..members[0]": "true",
"$..validation.errors": "[{\"error\":\"RequiredFieldMissing\",\"path\":[\"household\",\"members\",0,\"firstName\"]}]"
}
So if the first line fails, it can run the other two anyways. Thank you in advance.