Search for Deactivated user

I need to reactivate all the Deactivated user. I am using getdeactivatedusersby() function but am getting error.

I have used this code:  getdeactivatedusersby("email","@",2).    but am getting error: "Expression evaluation error at function 'getdeactivatedusersby': Null argument not allowed" 

Can someone help what mistake am making.

  Discussion posts and replies are publicly visible

Parents Reply
  • There seems to be some issue with Appian side then because i cross checked with around 4 people in my organization for none email is working..

    I even tried below code its working fine for other field but for email its throwing error:"Expression evaluation error at function 'getdeactivatedusersby': Null argument not allowed"

    getdeactivatedusersby(
      field:"firstName",
      value: ri!firstName,
      operator: 1
      )

Children