- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2022 04:46 AM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2022 05:24 AM
Seems variable name is different in both place script & action. Please ensure name is same across all the places.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2022 05:24 AM
Seems variable name is different in both place script & action. Please ensure name is same across all the places.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2022 07:00 AM
seems my flow was corrupted along the way of testing, and lower case letters were not staying lowercase. thanks for the check