Dot walking error in the Remote table

Kri
Tera Guru

I'm trying to Dot walk for one of the field from customer account table to map with the remote table field but I'm getting the empty value as a result

u_account_manager: responseObj[i].account.u_account_manager

 

 

@Ankur Bawiskar 

6 REPLIES 6

jcmings
Mega Sage

And you're certain that account has a manager associated with it?

Ankur Bawiskar
Tera Patron
Tera Patron

@Kri 

are you trying to parse some json?
are you sure the field name is correct and has value in it?

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

I have a requirement in Remote table to fetch reference field table values. Currently Dot walking in remote table is not supported in ServiceNow what I understood. Is there any other way that I can pull the reference field values in the remote table?

For ex: I want to pull the reference field 'Account' table value of its sys_id, account_manager, account_email etc

When you say dot-walking is not supported, can you clarify? Are you using Configure > Form Layout to accomplish the dot-walk? Because that should work.