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
Discussion posts and replies are publicly visible
This is a plausible approach.
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.
Yes, you should not be facing any issues in creating users in this approach.
Thanks for the suggestions
Thanks for the suggestion
Thanks .
Rather than re-invent something you might want to take a look at this:
community.appian.com/.../bulk-user-import
Sure would go through this .Thanks