Skip to main content
May 28, 2024
Question

Creating bulk user

  • May 28, 2024
  • 8 replies
  • 0 views

Hello All ,

For creating bulk users , is this the correct way I can achieve -  Creating a process with UIT which will take the inputs and perform MNI on create user smart service .

Please advice correct way to do this .

TIA

8 replies

stefanhelzle0001
May 28, 2024

This is a plausible approach.

May 28, 2024

Thanks for the suggestions

May 28, 2024

It all depends on what are your requirements with that process. If you only want to create users with the help of create user smart service then you can you MNI as it is an inbuilt functionality, but if you want to perform other tasks also like sending custom emails to each user, adding them in different groups depending on some condition etc, then you can use a loop within the process model with help of some counter.

May 28, 2024

Thanks . 

konduruc733182
May 28, 2024

Yes, you should not be facing any issues in creating users in this approach.

May 28, 2024

Thanks for the suggestion

stewart.burchell
May 28, 2024

Rather than re-invent something you might want to take a look at this:

community.appian.com/.../bulk-user-import

May 28, 2024

Sure would go through this .Thanks