De-Activate smart service issue

Hi ,

I am trying to de-activate based on DB data.

I have a list of unused users which I need to de-activate from Appian.

So , I have implemented MNI based on the below CDT list and passed the User information as touser(

GLOB_GISBusinessUserListToDelete.UserName) to the smart service.

But , I am getting an error as below

 

[‎11/‎24/‎2017 11:40 PM]  Soujanya Bijjala: 

There is a problem with task “Deactivate User” in the process “GLOB Fetch GISBusinessUsers”. Does not exist: User (Data Inputs)

Problem:  An invalid expression has been encountered in a task.  

Recommended Action:  Check the expression including any function requirements and resume.  

Priority of this problem: High Priority

 

I have verified the user display name in appian and its the same as below value (Ayoub Ateefa).

Can some one help us to find out the issue.

And also , do we have an option reactivate the users again in apian?

 

 

GLOB_GISBusinessUserListToDelete

GLOB_GISBusinessUser

[ID=107, AMUID=137, UserName=Ayoub Ateefa, UserRole=Production Engineers, IsActive=N, CreateDate=3/23/2016 12:59 PM, CreateUser=APP_APPIAN, UpdateDate=11/24/2017 4:02 AM, UpdateUser=BPMSDATA]

 .

 

 

Thanks

Soujanya

  Discussion posts and replies are publicly visible

Parents Reply Children
  • Yes, Actually I have tried with the suggested option but still the extracted value from CDT is showing is as null though it is present.

    Please find below CDT and extraction of username and converting in to USER and mapping the value to "User" in smart service.


    GLOB_GISBusinessUserListToDelete GLOB_GISBusinessUser [ID=107, AMUID=137, UserName=Ayoub Ateefa, UserRole=Production Engineers, IsActive=N, CreateDate=3/23/2016 12:59 PM, CreateUser=APP_APPIAN, UpdateDate=11/24/2017 4:02 AM, UpdateUser=BPMSDATA]


    =touser(index(pv!GLOB_GISBusinessUserListToDelete,"UserName",""))