Data value change - custom object field to lead field
Hi all,
The current flow is:
If status = request
then Data Value change
lead.ownerphonenumber = {{my.customobjectownerphonenumber}}
Basically whenever there is a request, I want to update the phone number from the custom booking object, into the lead 'owner phone number' (custom field on lead)
I can make this happen however, it is not sending the phone number, but just the token. The data value successfully is passed through however not as a number.

In the data value I have attribute as: [Lead - Owner Phone number] and the New Value I want to just have it as a {{my.token}}
it works with lead tokens but does not pass through my tokens, I am also using a velo token for this.
Any help would be appreciated!
Thank you ![]()