How to delete /Remove users by passing user list (Without using group name as my requirement is not by passing group name)?

Hi ,

I have a list of of user information  as shown in  below  CDT which were maintained in DB , I wanted to delete /de-activate all the users fetched from DB whose IsActive =N from Appian users .

CDT example - ID,UserName,Role,IsActive,CreateDate,CreateUser,UpdateDate,UpdateUser

I could see that smart service (DeactivateUser) can take only single user and the apian function a!deactivateUser() also can take single user as input and moreover this can be executed inside saveInto  in SAIL.

But my process doesn't have any user input task , it should run as a scheduler daily at 3:30am.

Can I implement this by looping process flow , I don't think that I the best practice as the userlist count may be more than 200(minimum)

Please suggest how to achieve this.

 

 

Thanks

Soujanya

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data