Hi everyone, I was tasked with creating a process model to rename users using the rename users smart service. I only have the Start Node, the Rename Users node and End Node. I have multiple questions that I need answered that can hopefully help me get started as I am unable to find the guidance I need in documentation and other threads. Here are my questions:
I would also appreciate any other reference material you all might think is helpful. This is all I've found so far, and it wasn't enough to help me get started: Rename Users Smart Service - Appian 24.3
Discussion posts and replies are publicly visible
1. These three nodes should be fine provided you have the list of names to be renamed, else you can have a script task to create the list.
2. Value should be the process variables that contains the old name and new name list, you can leave the saveInto as empty in this case
3. Input node is to pass the values of old and new names. You can leave output node untouched in this case