How can I dot walk in for a field on create a record action
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2025 08:37 AM
Hello Experts,
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-02-2025 09:30 AM
@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.