What does the 'route' field signify in the UX screen condition?"
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2023 06:38 AM
Can someone explain what the 'route' field is.
Also, if I want to conditionally render a UX screen based on a field of the Incident table, how can I accomplish that?
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2023 06:52 AM
Hi @Chia_CC,
See this documentation for explanation of the Route field:
Configure the app route to use an existing subpage (servicenow.com)
I'm not completely sure you can define a page route by clicking on a field, but if it's possible you will have to use UI Builder, to use the event triggered by clicking on a field (if there is an event for that), and use a page route to navigate to a page.
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.