Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

How can I dot walk in for a field on create a record action

Chandra18
Mega Sage

Hello Experts,

Chandra18_1-1746199980301.png


As per attached image, I want to set user.email = user email coming from a action.

on red i want user.email = on green it is passing the user email. (it is correct).

how can I ?

thanks

5 REPLIES 5

maheshkhatal
Mega Sage
Mega Sage

@Chandra18 I got it, you are trying to save email value by dot walking on current field, but you can only get the value. You can see in the script also you can either "return" and not much option using ".". So this is not possible to set current field value by dot walking.

Mark my response helpful if it really helped you.

Thanks,

Mahesh.