I am running a workflow to create multiple users using AR Sync service. Previously, we were setting one employee attribute through extensionAttribute14, which now I want to change to mailNickname.
Note: **We were not updating mailNickname previously
Now, after changing the workflow, the user gets created without updating the mailnickname field.
I even tried to put the same value in both extensionAttribute14 & mailNickname. It only updates in extensionAttribute14.
Do I need to make any more changes to update mailNickname through sync service.