How to update an attribute in NERM

Hi Everyone,
I am trying to update an attribute value for a particular profile type users in NERM using the UPDATE workflow.
Example:
For the Org Owner attribute, there is a particular owner, but now that the owner has changed, I want to update the owner to another value.


I have used the above steps, and not sure if they are right. Please help me out with this. Also, are there any other methods that I can go about with this.

Thanks all.

What profile type are you running the update workflow against?

Hi Paul,
We were trying to run the workflow against Organization Profile Type. We completed the workflow and it is working fine now. We followed some of the steps below.

  1. First we got the Org owner name from a form (for time being used a static value for validation purpose), then using Update action, this would overwrite the already existing org owner.
  2. Now using the run workflow action we triggered a sub workflow.
  3. Sub - Workflow : Assigns the org owner value to a manager profile search attribute and updates the same using Update action in the second step
  4. Next we get the first name, last name and email of the manager by using the manager profile and then update the same in the final step


These are the primary workflow steps


These are the steps for the secondary workflow

Thank you for reaching out to help.