Update data using Update Data activity and Javascript code
Hi,
How to update schema using update data activity where input for update data activity should be result of javascript code?

In the above workflow, I have created an expression emailAddress = "" and in the JS code sets the value for emailAddress.
Used newly created field in update data activity as below:

But email field from recipient is not getting updated.
Please let me know what should I do here.
Thanks.