Dear Pros,
I am trying to use the following trigger condition
@not(equals(triggerBody()?['StatusOfDocumentationOld'],triggerBody()?['StatusOfDocumentation']?['Value']))
to compare to values and only fire when they are not equal.
However, I am always getting
Unable to get property 'properties' of undefined or null reference
as an error message. Both values exist and once I remove the not from the condition, it works fine...
Any idea what I am doing wrong is highly appreciated.
Many thanks!
Christian