How to ignore a path error when use lookupin

var result = bucket.LookupIn(key).Get(namePath).Get(detailPath).Execute();
Assume some document does not have detailPath. the sucess of result is false.

Hi @abc-xyz and welcome to the forums,

Could you tell us a little more about what you’re trying to do and what you’d like to be able to do?