Hello guys,
I am currently facing issues with one of my workflow, where I am targeting opportunities, but I would like to update the related record "Assigned User".
Everything seems to be working fine except that I am trying to assign the value from targetRecord attribute(oportunity.amountConverted) to relatedRecord attribute(assignedUser.obrat).
Syntax entity\attribute('amountConverted') seems to be taking value from the entity I am trying to update, not from the entity I am targeting with the workflow.
Is there any other syntax how to access targetEntity attribute when updating relatedEntity attribute?
Hopefully, it is clear what I am trying to achieve (screen1, screen2)
Thanks a lot for the help!
I am currently facing issues with one of my workflow, where I am targeting opportunities, but I would like to update the related record "Assigned User".
Everything seems to be working fine except that I am trying to assign the value from targetRecord attribute(oportunity.amountConverted) to relatedRecord attribute(assignedUser.obrat).
Syntax entity\attribute('amountConverted') seems to be taking value from the entity I am trying to update, not from the entity I am targeting with the workflow.
Is there any other syntax how to access targetEntity attribute when updating relatedEntity attribute?
Hopefully, it is clear what I am trying to achieve (screen1, screen2)
Thanks a lot for the help!
Comment