Resolved! If condition to check if manager is null not working
Hello, I'm trying to create a workflow if condition to check if the requested_for.manager field is empty. I used the following script, but it's not working: answer = ifScript(); function ifScript() { if (current.requested_for.mana...