If you see in the above image, I have used equal operator but it seems like not working. The value one is false and value two is true with equal operator falls under the true branch.
Can someone help on this? I might be wrong though.
Can you check with the payload? The payload is nothing but previous node’s result. I’m just checking that weather the payload has a property called title.
It seems you have used the same code what I had in my workflow. But here it always falls under true branch even I don’t have title property in payload.
Hi @Siva_Nagarajan I had a similar problem yesterday, and what worked for me (as a work around), is when I changed the Operation from Equal to Contain …
Here’s a copy of the worklow that I use to check if a server volume is mounted (macOS), and if not, mount it …