Customizing the Update User MS AD Spoke Action

nick135
Tera Expert

Has anyone ever Customized the MS AD Spoke Action before? We are attempting to add a couple of attributes to the action. Specifically the description and the employeeID. We were able to modify the Mid Server Script File "ActionUpdateADUser.ps1" and have since been able to successfully update the description. however the employeeID never gets set. When I look at the flow it says it completed successfully, but when looking at the output logs, the employeeID seems to always get dropped in the Output Data Step. I originally thought this was a formatting issue been at this point I'm chasing my own tail trying to figure it out. 

find_real_file.png

find_real_file.png

1 ACCEPTED SOLUTION

Periyasamy P
Tera Guru

Seems variable name is different in both place script & action. Please ensure name is same across all the places.

View solution in original post

2 REPLIES 2

Periyasamy P
Tera Guru

Seems variable name is different in both place script & action. Please ensure name is same across all the places.

seems my flow was corrupted along the way of testing, and lower case letters were not staying lowercase. thanks for the check