Hello there, my issue is simple, I am trying to put a condition based on if value is null. But NOTHING is working.
I have used. any suggestion?
empty(item()?['Amount/value'])
equals(item()?['Amount/value'],null)
equals(item()?['Amount/value'],'null')
equals(item()?['Amount/value'],'_null_')
the value is clearly null.