UI Builder DOT walking
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2022 09:57 AM
Hi SNOW Community,
I am able to fetch a value of a field on Incident table
Example: Assignment Group (Referencing to Groups table)
Script inside client script: api.data.gform.nowRecordFormBlob.detailsProps.fields.assignment_group.displayValue
With the above script I was able to retrieve the Assignment group value.
However, on the Groups table there is another field called: Location (referencing to location table)
I tried to use the below script, but does not work:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2022 04:03 PM
Is there a reason you aren't using g_form.getValue('field')? If you can, you could just do, g_form.getValue('assignment_group.u_location') instead.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2022 12:55 PM
Hi Claude, g_form will not work on the UI builder scripts..

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2023 08:11 AM
Hey @vtred, were you able to get this accomplished?