And these data fields
User - > Consultant
Consultant → User
When a User signes up for the first time, the work flow is like:
The User is created
The New Consultant is created and the Consultant->User is set by setting: “Consultant = Current user”.
So after that I try to “Make changes to User” and setting the “User = This User´s Consultant” but that does not update the datatype “User” and datafield “User->Consultant”. I have also tried other ways.
How to solve nr 3, so User->Consultant is updated?
Hi there, @thomas… set the field (I think you mean the Consultant field on the User data type) to the result of the step that created the new consultant, and you should be good to go. Oh, and you might not necessarily need to do what you are doing here (but it’s probably a good idea regardless) because the new consultant’s built-in Created By field will link it to the current user, so just something to keep in mind there.
I understood your post, and the answer I gave you will work. Add another step to the workflow, and in that step, make changes to the current user, where the change is to set the Consultant field equal to the result of the step in which you are creating the new consultant (the dropdown will have an option for Result of step n's Consultant).