Is it possible to take the HashCode from the input that is available similar to this but this didn’t work.
{{
$(‘addLogMobino’).json.HashCode
|| $(‘addLogGsmplus’).json.HashCode
|| $(‘addLogMobileplus’).json.HashCode
|| ‘No HashCode found’
}}
returns this
Referenced node doesn’t exist
The node ‘addLogMobino’ doesn’t exist, but it’s used in an expression here.