Forum Discussion
bojanvelevski
2 years agoValued Contributor
Hi Max,
Because $AuditID is a field coming from the SP result, and will not be present when there's no data coming from the SP, I suggest you use the .hasPath() function. Your expression will look something like:
$.hasPath('AuditID')
The result is true/false based on the response of the SQL snap.
Hope this helps.
Regards,
Bojan