I’m using v4.4.4.5 and getting an error when I use a rule to move the value of a people-picker to another people picker.
My name is displayed as: Anderson, Brett [AU-AU]
And it splits my name in half due to the comma: Andersonx Brett [AU-AU]x
You can only enter one name.
image also attached.
function copyApprover(){
setFieldValue("ReqApprover","Approver");
}
But the Rule fails to trigger the Custom JS for this either and no errors in the console.
Can you please check if a people-picker’s value can be copied on “Field change”?
Thanks.