Hi @viji28 ,
What I understand from your use case is that you also don’t get an error if it doesn’t find any match?
If so, from my experience I always had the possibility in rest get snaps the ‘pass through’ option and after that I used a router or a mapper snap that checks if a value exists or not for example:
$.get(BillingNumber, defaultValue).
In your case when you don’t have a pass through. I would suggest you put a mapper snap or a router snap next to it and fill in the expression: $.get(‘targetvalue’) == true ? $targetvalue : default number
I haven’t tested this scenario yet because I had always the possibility with the ‘pass through’ option.
Let me know if this helps you or not.
Regards
Jens