Hello,
I am using Rest API for connecting to service now.
I have a table of data from service now,in which few fields are coming from another table(say those fields as some sub fields)
so Rest API is generating a code which actually does not returning me the actual value of the sub field but some links to the sub field table. Since i have multiple fields like that i am looking for a direct method to get this sub fields data (from other tables)
Can any one pls help.(it seems that,they say in service now as dot walking for these sub fields)